Packages

o

xitrum.util

Loader

object Loader

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Loader
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
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 bytesFromClasspath(path: String): Array[Byte]

    path

    Relative to one of the elements in classpath, without leading "/"

  6. def bytesFromFile(file: File): Array[Byte]
  7. def bytesFromFile(path: String): Array[Byte]
  8. def bytesFromInputStream(is: InputStream): Array[Byte]

    The input stream will be closed by this method after reading.

  9. def bytesToFile(bytes: Array[Byte], path: String): Unit

    Writes bytes to the specified file path.

  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def jsonFromClasspath[T](path: String)(implicit e: DefaultsTo[T, String], m: Manifest[T]): Option[T]

    path

    Relative to one of the elements in classpath, without leading "/"

  18. def jsonFromFile[T](file: File)(implicit e: DefaultsTo[T, String], m: Manifest[T]): Option[T]
  19. def jsonFromFile[T](path: String)(implicit e: DefaultsTo[T, String], m: Manifest[T]): Option[T]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  23. def propertiesFromClasspath(path: String): Properties

    path

    Relative to one of the elements in classpath, without leading "/"

  24. def propertiesFromFile(file: File): Properties
  25. def propertiesFromFile(path: String): Properties
  26. def stringFromClasspath(path: String): String

    path

    Relative to one of the elements in classpath, without leading "/"

  27. def stringFromFile(file: File): String

    Charset is UTF-8

  28. def stringFromFile(path: String): String

    Charset is UTF-8

  29. def stringFromFile(file: File, charset: Charset): String
  30. def stringFromFile(path: String, charset: Charset): String
  31. def stringFromFile(file: File, charset: String): String
  32. def stringFromFile(path: String, charset: String): String
  33. def stringFromInputStream(is: InputStream): String

    Charset is UTF-8

  34. def stringFromInputStream(is: InputStream, charset: Charset): String
  35. def stringFromInputStream(is: InputStream, charset: String): String
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped