Class ProjectDescription
java.lang.Object
com._1c.g5.v8.dt.internal.compare.ui.ProjectDescription
Stores project location path, name and its type.
- 
Constructor SummaryConstructorsConstructorDescriptionProjectDescription(Path projectPath, String projectName, Class<? extends IV8Project> projectType) Constructor.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the project name.Returns the project path.Class<? extends IV8Project>Returns the project type.
- 
Constructor Details- 
ProjectDescriptionpublic ProjectDescription(Path projectPath, String projectName, Class<? extends IV8Project> projectType) Constructor.- Parameters:
- projectPath- the project path, cannot be- null
- projectName- the project name, cannot be- null
- projectType- the project type, cannot be- null
 
 
- 
- 
Method Details- 
getProjectPathReturns the project path.- Returns:
- the project path, never null
 
- 
getProjectNameReturns the project name.- Returns:
- the project name, never null
 
- 
getProjectTypeReturns the project type.- Returns:
- the project type, never null
 
 
-