com.malliina.util

Util

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
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. def addShutdownHook(code: ⇒ Unit): Unit

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

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

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

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

  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 hashCode(): Int

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

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

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

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

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

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

  21. def openStream(resource: String): InputStream

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

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

    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

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

  25. def resource(resource: String): URL

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

  27. def resourceUri(path: String): URI

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

  29. def sslDebug(): Unit

    Turns on SSL debug logging.

    Turns on SSL debug logging.

    Use for SSL troubleshooting.

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

    Definition Classes
    AnyRef
  31. def toString(): String

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

    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

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

  34. def url(path: String): URL

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

    try-with-resources Scala style

    try-with-resources Scala style

    See also

    com.malliina.util.Util#resource

  36. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped