Class ProjectDescription
java.lang.Object
com._1c.g5.v8.dt.internal.compare.ui.ProjectDescription
Stores project location path, name and its type.
-
Constructor Summary
ConstructorsConstructorDescriptionProjectDescription
(Path projectPath, String projectName, Class<? extends IV8Project> projectType) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the project name.Returns the project path.Class<? extends IV8Project>
Returns the project type.
-
Constructor Details
-
ProjectDescription
public ProjectDescription(Path projectPath, String projectName, Class<? extends IV8Project> projectType) Constructor.- Parameters:
projectPath
- the project path, cannot benull
projectName
- the project name, cannot benull
projectType
- the project type, cannot benull
-
-
Method Details
-
getProjectPath
Returns the project path.- Returns:
- the project path, never
null
-
getProjectName
Returns the project name.- Returns:
- the project name, never
null
-
getProjectType
Returns the project type.- Returns:
- the project type, never
null
-