org.dbpedia.iri

UriUtils

object UriUtils

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UriUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def cleanLink(uri: IRI): Option[String]

    TODO: comment

  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def createURI(uri: String): Try[URI]

  8. def decode(uriPart: String): String

  9. def encodeUriComponent(comp: String): String

  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def hasKnownScheme(uri: IRI): Boolean

  15. def hasKnownScheme(uri: String): Boolean

  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. def iriDecode(uriPart: String): String

  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. def relativize(parent: IRI, child: IRI): IRI

    Relativizes the given parent URI against a child URI.

    Relativizes the given parent URI against a child URI.

    parent
    child
    returns

    path from parent to child

    Exceptions thrown
    IllegalArgumentException

    if parent is not a parent directory of child.

  23. def relativize(parent: URI, child: URI): IRI

  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toDbpediaUri(uri: String): URI

  26. def toString(): String

    Definition Classes
    AnyRef → Any
  27. def uriToDbpediaIri(uri: String): IRI

    decodes (ASCII) uris and transforms them into iris with the DBpedia naming rules

    decodes (ASCII) uris and transforms them into iris with the DBpedia naming rules

    uri
    returns

  28. def uriToIri(uri: URI): IRI

    see uriToIri(uri: String)

    see uriToIri(uri: String)

    uri
    returns

  29. def uriToIri(uri: String): IRI

  30. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped