Object

com.malliina.util

Util

Related Doc: package util

Permalink

object Util

Utility methods.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addShutdownHook(code: ⇒ Unit): Unit

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. def fileUriOpt(path: String): Option[URI]

    Permalink
  10. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. def obtainResource[T](resource: String, getter: (ClassLoader) ⇒ (String) ⇒ T): T

    Permalink
  18. def obtainResourceOpt[T](resource: String, getter: (ClassLoader) ⇒ (String) ⇒ T): Option[T]

    Permalink
  19. def openStream(resource: String): InputStream

    Permalink
  20. def props(path: Path): Map[String, String]

    Permalink
  21. def props(path: String): Map[String, String]

    Permalink

    Reads the properties of the classpath resource at the given path, or if none is found, of a file at the given path.

    Reads the properties of the classpath resource at the given path, or if none is found, of a file at the given path.

    returns

    the properties as a map

    Exceptions thrown

    ResourceNotFoundException if neither a resource nor a file is found

  22. def propsOpt(path: String): Option[Map[String, String]]

    Permalink
  23. def resource(resource: String): URL

    Permalink
  24. def resourceOpt(resource: String): Option[URL]

    Permalink
  25. def resourceUri(path: String): URI

    Permalink
  26. def resourceUriOpt(path: String): Option[URI]

    Permalink
  27. def sslDebug(): Unit

    Permalink

    Turns on SSL debug logging.

    Turns on SSL debug logging.

    Use for SSL troubleshooting.

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

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. def uri(path: String): URI

    Permalink

    returns

    the uri of the file at the given path, or classpath resource if no classpath resource is found

    Exceptions thrown

    ResourceNotFoundException if neither a resource nor a file is found

  31. def uriOpt(path: String): Option[URI]

    Permalink
  32. def url(path: String): URL

    Permalink
  33. def using[T <: AutoCloseable, U](resource: T)(op: (T) ⇒ U): U

    Permalink

    try-with-resources Scala style

    try-with-resources Scala style

    See also

    com.malliina.util.Util#resource

  34. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped