Uses of Class
org.bonitasoft.plugin.module.ModuleGenerationException
-
Packages that use ModuleGenerationException Package Description org.bonitasoft.plugin.bdm.module.impl org.bonitasoft.plugin.extension.impl org.bonitasoft.plugin.module -
-
Uses of ModuleGenerationException in org.bonitasoft.plugin.bdm.module.impl
Methods in org.bonitasoft.plugin.bdm.module.impl that throw ModuleGenerationException Modifier and Type Method Description PathBdmModuleGeneratorImpl. create(String projectId, org.apache.maven.project.MavenProject parentProject) -
Uses of ModuleGenerationException in org.bonitasoft.plugin.extension.impl
Methods in org.bonitasoft.plugin.extension.impl that throw ModuleGenerationException Modifier and Type Method Description PathExtensionsModuleGeneratorImpl. create(String projectId, org.apache.maven.project.MavenProject parentProject) -
Uses of ModuleGenerationException in org.bonitasoft.plugin.module
Methods in org.bonitasoft.plugin.module that throw ModuleGenerationException Modifier and Type Method Description PathModuleGenerator. create(String projectId, org.apache.maven.project.MavenProject parentProject)PathAbstractModuleGenerator. createModule(String projectId, org.apache.maven.model.Model parent, Path moduleFolder, String templateFileName, String moduleNameSuffix)
-