Class RepositoryInfo

  • All Implemented Interfaces:
    java.lang.Comparable<RepositoryInfo>

    public class RepositoryInfo
    extends java.lang.Object
    implements java.lang.Comparable<RepositoryInfo>
    Repository meta-information such as its id, location, description.
    • Field Detail

      • id

        private java.lang.String id
      • location

        private java.net.URL location
      • description

        private java.lang.String description
      • readable

        private boolean readable
      • writable

        private boolean writable
    • Constructor Detail

      • RepositoryInfo

        public RepositoryInfo()
    • Method Detail

      • getId

        public java.lang.String getId()
      • setId

        public void setId​(java.lang.String id)
      • getLocation

        public java.net.URL getLocation()
      • setLocation

        public void setLocation​(java.net.URL location)
      • getDescription

        public java.lang.String getDescription()
      • setDescription

        public void setDescription​(java.lang.String description)
      • isReadable

        public boolean isReadable()
      • setReadable

        public void setReadable​(boolean readable)
      • isWritable

        public boolean isWritable()
      • setWritable

        public void setWritable​(boolean writable)