HEADER

biouml.modules.transpath
Class TranspathModuleActivator


public class TranspathModuleActivator
implements ModuleActivator

Definition of Transpath module. The module defines:


Method Summary
 ModulecreateModule(JDialog owner, 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 owner, 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.

Association Links

to Class biouml.modules.transpath.MessageBundle

to Class biouml.modules.transpath.TranspathModuleSetupDialog


FOOTER

BOTTOM