Class Registry


  • public class Registry
    extends Object
    API class for managing the registry.
    • Constructor Detail

      • Registry

        public Registry()
    • Method Detail

      • getLocation

        public javax.ws.rs.core.Response getLocation()
        Gets the location of the registry.
        Returns:
        a JSON object containing the location of the registry
      • setLocation

        public javax.ws.rs.core.Response setLocation​(String raw)
        Sets the location of the registry.
        Parameters:
        raw - a string containing the location of the registry
        Returns:
        an HTTP 204 response if the location was set successfully