|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprojectviewer.persist.ProjectPersistenceManager
This class takes care of each projects properties. Each project has its own config file, that is loaded when the project is activated.
Nested Class Summary | |
static class |
ProjectPersistenceManager.ProjectHandler
Handler to read project configuration files. |
Method Summary | |
static VPTProject |
load(VPTProject p,
java.lang.String file)
Loads a project from the given file name. |
static void |
loadNodeHandlers(org.gjt.sp.jedit.PluginJAR jar)
Checks the plugin's properties to see if it declares any node handlers, and register those node handlers within this class. |
static void |
registerHandler(NodeHandler nh)
Registers a node handler. |
static common.threads.WorkRequest |
save(VPTProject p,
java.lang.String filename)
Saves the given project data to the disk. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void loadNodeHandlers(org.gjt.sp.jedit.PluginJAR jar)
public static void registerHandler(NodeHandler nh)
public static VPTProject load(VPTProject p, java.lang.String file)
public static common.threads.WorkRequest save(VPTProject p, java.lang.String filename)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |