Class AbstractScheme

  • All Implemented Interfaces:
    Scheme
    Direct Known Subclasses:
    DefaultScheme

    public abstract class AbstractScheme
    extends java.lang.Object
    implements Scheme
    Base implementation for IRI scheme providers
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getDefaultPort()  
      java.lang.String getName()  
      IRI normalize​(IRI iri)
      Default return unmodified
      java.lang.String normalizePath​(java.lang.String path)
      Default return unmodified
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface Scheme
      • normalize

        public IRI normalize​(IRI iri)
        Default return unmodified
        Specified by:
        normalize in interface Scheme
      • normalizePath

        public java.lang.String normalizePath​(java.lang.String path)
        Default return unmodified
        Specified by:
        normalizePath in interface Scheme