HEADER

biouml.standard
Class StandardModuleActivator


public class StandardModuleActivator
implements ModuleActivator


Method Summary
 ModulecreateModule(JDialog parentWindow, Repository parent, JarFile moduleFile, String classpath, Category cat, CreateDataCollectionController controller)
          Creates the module with initialised internal structure from moduleFile .
 intwhenCreateDataCollection()
          Indicates when module data collection should be created by ModulePackager.

Method Detail

createModule

public Module createModule(JDialog parentWindow, Repository parent, JarFile moduleFile, String classpath, Category cat, CreateDataCollectionController controller)
throws java.lang.Exception
Creates the module with initialised internal structure from moduleFile .

whenCreateDataCollection

public int whenCreateDataCollection()
Indicates when module data collection should be created by ModulePackager.

FOOTER

BOTTOM