Parseable

org.ekrich.config.impl.Parseable
See theParseable companion object
abstract class Parseable extends ConfigParseable

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Constructors

def this()

Concrete methods

override def options(): ConfigParseOptions

Get the initial options, which can be modified then passed to parse(). These options will have the right description, includer, and other parameters already set up.

Get the initial options, which can be modified then passed to parse(). These options will have the right description, includer, and other parameters already set up.

Attributes

Returns

the initial options

Definition Classes
final override def origin(): ConfigOrigin

Returns a ConfigOrigin describing the origin of the parseable item.

Returns a ConfigOrigin describing the origin of the parseable item.

Attributes

Returns

the origin of the parseable item

Definition Classes
override def parse(baseOptions: ConfigParseOptions): ConfigObject

Parse whatever it is. The options should come from options() but you could tweak them if you like.

Parse whatever it is. The options should come from options() but you could tweak them if you like.

Value parameters

options

parse options, should be based on the ones from options()

Attributes

Returns

the parsed object

Definition Classes
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