net.sf.taverna.perspectives
Class CustomPerspectiveFactory

java.lang.Object
  extended by net.sf.taverna.perspectives.CustomPerspectiveFactory

public class CustomPerspectiveFactory
extends java.lang.Object


Constructor Summary
CustomPerspectiveFactory()
           
 
Method Summary
 java.util.Set<CustomPerspective> getAll()
           
static CustomPerspectiveFactory getInstance()
           
 void saveAll(java.util.Set<CustomPerspective> perspectives)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomPerspectiveFactory

public CustomPerspectiveFactory()
Method Detail

getInstance

public static CustomPerspectiveFactory getInstance()

getAll

public java.util.Set<CustomPerspective> getAll()
                                        throws java.io.IOException
Throws:
java.io.IOException

saveAll

public void saveAll(java.util.Set<CustomPerspective> perspectives)
             throws java.io.FileNotFoundException,
                    java.io.IOException
Throws:
java.io.FileNotFoundException
java.io.IOException