Class ProjectStructureImpl
java.lang.Object
ru.cg.webbpm.studio.core.impl.project.structure.ProjectStructureImpl
- All Implemented Interfaces:
ProjectStructure
user: Ildar
date: 19.02.15
-
Field Summary
Fields inherited from interface ru.cg.webbpm.studio.core.api.project.structure.ProjectStructure
BACKEND_MODULE_FOLDER, DISTRIBUTION_MODULE_FOLDER, FRONTEND_MODULE_FOLDER, PROJECT_GIT_FOLDER, PROJECT_METADATA_FOLDER, RESOURCES_MODULE_FOLDER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isBackendFile
(Path file) boolean
isDistributionFile
(Path file) boolean
isFrontendTsFile
(Path file) boolean
isProjectGitFile
(Path file) boolean
isProjectMetadataFile
(Path file) boolean
isResourcesFile
(Path file)
-
Constructor Details
-
ProjectStructureImpl
-
-
Method Details
-
getBackendModule
- Specified by:
getBackendModule
in interfaceProjectStructure
-
getFrontendModule
- Specified by:
getFrontendModule
in interfaceProjectStructure
-
getResourcesModule
- Specified by:
getResourcesModule
in interfaceProjectStructure
-
getDistributionModule
- Specified by:
getDistributionModule
in interfaceProjectStructure
-
getPackagesModule
- Specified by:
getPackagesModule
in interfaceProjectStructure
-
getProjectMetadata
- Specified by:
getProjectMetadata
in interfaceProjectStructure
-
getProjectGit
- Specified by:
getProjectGit
in interfaceProjectStructure
-
isBackendFile
- Specified by:
isBackendFile
in interfaceProjectStructure
-
isFrontendTsFile
- Specified by:
isFrontendTsFile
in interfaceProjectStructure
-
isResourcesFile
- Specified by:
isResourcesFile
in interfaceProjectStructure
-
isDistributionFile
- Specified by:
isDistributionFile
in interfaceProjectStructure
-
isProjectMetadataFile
- Specified by:
isProjectMetadataFile
in interfaceProjectStructure
-
isProjectGitFile
- Specified by:
isProjectGitFile
in interfaceProjectStructure
-