Resources

org.beangle.commons.config.Resources
class Resources(val global: Option[URL], val locals: List[URL], val user: Option[URL])

ConfigResource class.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def isEmpty: Boolean
def paths: List[URL]
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

val global: Option[URL]
val locals: List[URL]
val user: Option[URL]