Package

org.aksw.owlpod

util

Permalink

package util

Linear Supertypes
Logging, TypeAliases, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. util
  2. Logging
  3. TypeAliases
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type IRIString = String

    Permalink
    Definition Classes
    TypeAliases
  2. type ReflectiveCloseable = AnyRef { def shutdown(): Unit }

    Permalink
  3. type URIString = String

    Permalink
    Definition Classes
    TypeAliases

Value Members

  1. def debug(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  2. def debug(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  3. implicit val defaultCodec: Codec

    Permalink
  4. def error(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  5. def error(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  6. def info(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  7. def info(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  8. def isDebugEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  9. def isErrorEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  10. def isInfoEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  11. def isTraceEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  12. def isWarnEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  13. def loadingCache[K <: AnyRef, V <: AnyRef](loader: (K) ⇒ V): LoadingCache[K, V]

    Permalink
  14. def logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  15. def loggerName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  16. implicit def map2JavaProperties(propertiesMap: Map[String, String]): Properties

    Permalink
  17. lazy val newLine: String

    Permalink
  18. lazy val nl: String

    Permalink
  19. implicit def reflectiveCloseableResource[A <: ReflectiveCloseable]: Resource[A]

    Permalink
  20. package rest

    Permalink

    Created by Markus Ackermann.

    Created by Markus Ackermann. No rights reserved.

  21. def sampleDescr[T](items: Iterable[T], preCountIntro: String, postCountIntro: String, itemRenderer: (T) ⇒ String, sampleSize: Int, samplesDelimiter: String, ommisionMarker: Option[String]): String

    Permalink
  22. def sampleDescription[T](items: Iterable[T], intro: StringContext, itemRenderer: (T) ⇒ String, sampleSize: Int, samplesDelimiter: String, ommisionMarker: Option[String]): String

    Permalink
  23. def trace(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  24. def trace(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  25. implicit def uriToIRI(uri: URI): IRI

    Permalink
  26. implicit def urlToIRI(url: URL): IRI

    Permalink
  27. def warn(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  28. def warn(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging

Inherited from Logging

Inherited from TypeAliases

Inherited from AnyRef

Inherited from Any

Ungrouped