Class Mirror

    • Constructor Detail

      • Mirror

        public Mirror()
    • Method Detail

      • getMirrorOf

        public String getMirrorOf()
        Get the server ID of the repository being mirrored, eg "central". This MUST NOT match the mirror id.
        Returns:
        String
      • getName

        public String getName()
        Get the optional name that describes the mirror.
        Returns:
        String
      • getUrl

        public String getUrl()
        Get the URL of the mirror repository.
        Returns:
        String
      • setMirrorOf

        public void setMirrorOf​(String mirrorOf)
        Set the server ID of the repository being mirrored, eg "central". This MUST NOT match the mirror id.
        Parameters:
        mirrorOf -
      • setName

        public void setName​(String name)
        Set the optional name that describes the mirror.
        Parameters:
        name -
      • setUrl

        public void setUrl​(String url)
        Set the URL of the mirror repository.
        Parameters:
        url -