Module swim.uri
Package swim.uri

Class UriScheme

    • Field Detail

      • name

        protected final String name
    • Constructor Detail

      • UriScheme

        protected UriScheme​(String name)
    • Method Detail

      • undefined

        public static UriScheme undefined()
      • isDefined

        public final boolean isDefined()
      • name

        public final String name()
      • equals

        public final boolean equals​(Object other)
        Overrides:
        equals in class Object
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • debug

        public void debug​(Output<?> output)
        Description copied from interface: Debug
        Writes a developer readable, debug-formatted string representation of this object to output.
        Specified by:
        debug in interface Debug
      • display

        public void display​(Output<?> output)
        Description copied from interface: Display
        Writes a human readable, display-formatted string representation of this object to output.
        Specified by:
        display in interface Display