Class AbstractScheme

java.lang.Object
org.apache.abdera.i18n.iri.AbstractScheme
All Implemented Interfaces:
Scheme
Direct Known Subclasses:
DefaultScheme

@Deprecated(since="2021-07-29") public abstract class AbstractScheme extends Object implements Scheme
Deprecated.
This API is deprecated as Apache Abdera is a retired project since 2017.
Base implementation for IRI scheme providers
  • Method Details

    • getDefaultPort

      public int getDefaultPort()
      Deprecated.
      Specified by:
      getDefaultPort in interface Scheme
    • getName

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

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

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