Class RepositoryInfo


  • @Portable
    public class RepositoryInfo
    extends Object
    • Constructor Detail

      • RepositoryInfo

        public RepositoryInfo()
      • RepositoryInfo

        public RepositoryInfo​(String id,
                              String alias,
                              String owner,
                              org.uberfire.backend.vfs.Path root,
                              List<PublicURI> publicURIs,
                              List<org.uberfire.java.nio.base.version.VersionRecord> versionList)
    • Method Detail

      • getId

        public String getId()
      • getAlias

        public String getAlias()
      • getInitialVersionList

        public List<org.uberfire.java.nio.base.version.VersionRecord> getInitialVersionList()
      • getOwner

        public String getOwner()
      • getRoot

        public org.uberfire.backend.vfs.Path getRoot()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object