Class ProjectDescription

java.lang.Object
com._1c.g5.v8.dt.internal.compare.ui.ProjectDescription

public class ProjectDescription extends Object
Stores project location path, name and its type.
  • Constructor Details

    • ProjectDescription

      public 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

    • getProjectPath

      public Path getProjectPath()
      Returns the project path.
      Returns:
      the project path, never null
    • getProjectName

      public String getProjectName()
      Returns the project name.
      Returns:
      the project name, never null
    • getProjectType

      public Class<? extends IV8Project> getProjectType()
      Returns the project type.
      Returns:
      the project type, never null