Interface FrontendModule
- All Superinterfaces:
ProjectModule
- All Known Implementing Classes:
FrontendModuleImpl
- 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() -
getDevBuildDir
Path getDevBuildDir()- Returns:
- output dir for dev mode
-
getDevScriptsBuildDir
Path getDevScriptsBuildDir()- Returns:
- output dir for dev mode script compilation results
-
getProdBuildDir
Path getProdBuildDir()- Returns:
- output dir for prod mode
-
getProdScriptsBuildDir
Path getProdScriptsBuildDir()- Returns:
- output dir for prod mode script compilation results
-
getTsSource
Path getTsSource()- Returns:
- Typescript source dir
-
getResources
Path getResources()- Returns:
- static resources dir
-
getTypescriptCompilePath
Path getTypescriptCompilePath() -
getTypescriptMetadataPath
Path getTypescriptMetadataPath()- Returns:
- typescript scripts metadata file path
-
getPackageJsonPath
Path getPackageJsonPath()
-