org.objectweb.jac.ide
Class Projects
java.lang.Object
|
+--org.objectweb.jac.ide.Projects
- public class Projects
- extends Object
root
public static transient Projects root
types
public static transient TypeRepository types
plurals
public static transient Plurals plurals
stamps
public static transient Timestamps stamps
prefs
public static transient Preferences prefs
Projects
public Projects()
notPrimitiveType
public static Boolean notPrimitiveType(Wrappee substance,
FieldItem field,
Object value,
Object[] values)
main
public static void main(String[] args)
getProjects
public List getProjects()
- Get the value of projects.
- Returns:
- value of projects.
addProject
public void addProject(Project p)
removeProject
public void removeProject(Project p)
toString
public String toString()
- Overrides:
toString
in class Object
setCurrentApplication
public void setCurrentApplication(Application application)
getCurrentApplication
public Application getCurrentApplication()
startCurrentApplication
public void startCurrentApplication()
throws IOException
- Starts the current application
IOException
stopCurrentApplication
public void stopCurrentApplication()
- Stops the current application
isNotStarted
public boolean isNotStarted()
isStarted
public boolean isStarted()
export
public static void export(File f)
throws IOException,
Exception
- Exports projects to an XML file
- Parameters:
f
- the file to export to
IOException
Exception
importObjects
public static void importObjects(File f)
throws org.xml.sax.SAXException,
IOException
org.xml.sax.SAXException
IOException