Package org.bonitasoft.plugin.module
Interface ModuleGenerator
-
- All Known Implementing Classes:
AbstractModuleGenerator,BdmModuleGeneratorImpl,ExtensionsModuleGeneratorImpl
public interface ModuleGenerator
-
-
Field Summary
Fields Modifier and Type Field Description static StringPOM_FILE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Pathcreate(String projectId, org.apache.maven.project.MavenProject parentProject)
-
-
-
Field Detail
-
POM_FILE_NAME
static final String POM_FILE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
create
Path create(String projectId, org.apache.maven.project.MavenProject parentProject) throws ModuleGenerationException
- Throws:
ModuleGenerationException
-
-