Interface WorkspaceProject


  • public interface WorkspaceProject
    Represents a project in a workspace
    • Method Detail

      • getGroupId

        String getGroupId()
      • getArtifactId

        String getArtifactId()
      • getVersion

        String getVersion()
      • getDir

        Path getDir()
        Project location on the filesystem
        Returns:
        project location
      • getKey

        AppArtifactKey getKey()
        Project's key consisting of its group and artifact IDs
        Returns:
        project's key
      • getMainOutput

        Collection<BuildOutput> getMainOutput()
        Where the main build output can be located and from which sources and resources it was produced
        Returns:
        main build output
      • getTestOutput

        Collection<BuildOutput> getTestOutput()
        Where the test build output can be located and from which sources and resources it was produced
        Returns:
        test build output