Interface ProjectStructure
- All Known Implementing Classes:
ProjectStructureImpl
public interface ProjectStructure
user: Ildar
date: 19.02.15
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Path
static Path
static Path
static Path
static Path
static Path
boolean
isBackendFile
(Path file) boolean
isDistributionFile
(Path file) boolean
isFrontendTsFile
(Path file) boolean
isProjectGitFile
(Path file) boolean
isProjectMetadataFile
(Path file) boolean
isResourcesFile
(Path file)
-
Field Details
-
RESOURCES_MODULE_FOLDER
- See Also:
-
BACKEND_MODULE_FOLDER
- See Also:
-
FRONTEND_MODULE_FOLDER
- See Also:
-
DISTRIBUTION_MODULE_FOLDER
- See Also:
-
PROJECT_METADATA_FOLDER
- See Also:
-
PROJECT_GIT_FOLDER
- See Also:
-
-
Method Details
-
getResourceModulePath
-
getBackendModulePath
-
getFrontendModulePath
-
getDistributionModulePath
-
getProjectMetadataPath
-
getProjectGitPath
-
getBackendModule
BackendModule getBackendModule() -
getFrontendModule
FrontendModule getFrontendModule() -
getResourcesModule
ResourcesModule getResourcesModule() -
getDistributionModule
DistributionModule getDistributionModule() -
getPackagesModule
PackagesModule getPackagesModule() -
getProjectMetadata
ProjectMetadata getProjectMetadata() -
getProjectGit
ProjectGit getProjectGit() -
isBackendFile
-
isFrontendTsFile
-
isResourcesFile
-
isDistributionFile
-
isProjectMetadataFile
-
isProjectGitFile
-