Interface ProjectDescriptor

    • Method Detail

      • getURI

        java.net.URI getURI()
        Returns project location URI. Used only for persistence, not for human representation. This location can be used for new descriptors creating in ProjectDescriptorsFactory.
        Returns:
        project URI.
      • getRepresentationString

        java.lang.String getRepresentationString()
        Constructs human representation of project.
        Returns:
        project's representation as String.
      • isRemote

        boolean isRemote()
        Returns:
        true if descriptor points to remote project location.