Interface BackendModule
- All Superinterfaces:
ProjectModule
- All Known Implementing Classes:
BackendModuleImpl
- Author:
- Abdulin Ildar
-
Field Summary
Fields inherited from interface ru.cg.webbpm.studio.core.api.project.structure.ProjectModule
POM_XML_FILE, TARGET_FOLDER
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface ru.cg.webbpm.studio.core.api.project.structure.ProjectModule
getPath, getPomXmlPath, getTargetPath
-
Method Details
-
getSrcPath
Path getSrcPath() -
getSourcePath
Path getSourcePath() -
getGeneratedSourcePath
Path getGeneratedSourcePath() -
getResourcesPath
Path getResourcesPath() -
getJavaCompilePath
Path getJavaCompilePath() -
getJavaMetadataPath
Path getJavaMetadataPath() -
getTargetCompilePath
Path getTargetCompilePath() -
getClassesCompilePath
Path getClassesCompilePath() -
getPomXmlCompilePath
Path getPomXmlCompilePath()
-