com.partnersoft.workbench.editors
Class ModuleDirectoryEditor

java.lang.Object
  extended by com.partnersoft.workbench.model.AbstractWorkbenchDirectoryEditor
      extended by com.partnersoft.workbench.editors.ModuleDirectoryEditor
All Implemented Interfaces:
WorkbenchDirectoryEditor, WorkbenchEditor

public class ModuleDirectoryEditor
extends AbstractWorkbenchDirectoryEditor


Field Summary
 
Fields inherited from class com.partnersoft.workbench.model.AbstractWorkbenchDirectoryEditor
actionBureau, directory, gui, name, workbench
 
Constructor Summary
ModuleDirectoryEditor()
           
 
Method Summary
 void buildConfig()
           
 Module getModule()
          Returns the Module, IF it has been loaded (i.e., not just created in the Workbench).
 void load()
           
 void makeDependsFile()
           
 void makeDirectory(java.lang.String path)
           
 void makeVersionFile()
           
 void save()
           
 void update(java.lang.String version)
           
 void wiki()
           
 
Methods inherited from class com.partnersoft.workbench.model.AbstractWorkbenchDirectoryEditor
doAction, doAction, getDirectory, getGui, getName, getWorkbench, reload, setDirectory, setWorkbench
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleDirectoryEditor

public ModuleDirectoryEditor()
Method Detail

load

public void load()
          throws java.io.IOException
Throws:
java.io.IOException

getModule

public Module getModule()
Returns the Module, IF it has been loaded (i.e., not just created in the Workbench).


save

public void save()
          throws java.io.IOException
Throws:
java.io.IOException

wiki

public void wiki()
          throws java.io.IOException
Throws:
java.io.IOException

makeVersionFile

public void makeVersionFile()
                     throws java.lang.Exception
Throws:
java.lang.Exception

makeDependsFile

public void makeDependsFile()
                     throws java.lang.Exception
Throws:
java.lang.Exception

makeDirectory

public void makeDirectory(java.lang.String path)
                   throws java.lang.Exception
Throws:
java.lang.Exception

update

public void update(java.lang.String version)
            throws java.lang.Exception
Throws:
java.lang.Exception

buildConfig

public void buildConfig()
                 throws java.lang.Exception
Throws:
java.lang.Exception