com.mle.util

Util

Related Doc: package 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: 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. def addShutdownHook(code: ⇒ Unit): Unit

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

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

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

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

  10. def finalize(): Unit

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

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

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

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

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

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

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

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

  19. def openStream(resource: String): InputStream

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

  21. 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

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

  23. def resource(resource: String): URL

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

  25. def resourceUri(path: String): URI

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

  27. def sslDebug(): Unit

    Turns on SSL debug logging.

    Turns on SSL debug logging.

    Use for SSL troubleshooting.

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

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. 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

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

  32. def url(path: String): URL

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

    try-with-resources Scala style

    try-with-resources Scala style

    See also

    com.mle.util.Util#resource

  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped