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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. 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 "/"

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

    path

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

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

    path

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

  26. def stringFromFile(file: File): String

    Charset is UTF-8

  27. def stringFromFile(path: String): String

    Charset is UTF-8

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

    Charset is UTF-8

  33. def stringFromInputStream(is: InputStream, charset: Charset): String
  34. def stringFromInputStream(is: InputStream, charset: String): String
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  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( ... ) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped