Method | Description | |
---|---|---|
Parse ( string text, HoconRoot>.Func |
Parses the supplied HOCON configuration string into a root element.
|
|
ParseArray ( string currentPath ) : HoconArray |
Retrieves the next array token from the tokenizer.
|
|
ParseValue ( |
Retrieves the next value token from the tokenizer and appends it to the supplied element owner.
|
Method | Description | |
---|---|---|
IgnoreComma ( ) : void | ||
ParseKeyContent ( |
||
ParseObject ( |
||
ParseSubstitution ( string value ) : Akka.Configuration.Hocon.HoconSubstitution | ||
ParseText ( string text, HoconRoot>.Func |
||
ParseTrailingWhitespace ( |
public static Parse ( string text, HoconRoot>.Func |
||
text | string | The string that contains a HOCON configuration string. |
includeCallback | HoconRoot>.Func | Callback used to resolve includes |
return | Akka.Configuration.Hocon.HoconRoot |
public ParseArray ( string currentPath ) : HoconArray | ||
currentPath | string | The location in the HOCON object hierarchy that the parser is currently reading. |
return | HoconArray |
public ParseValue ( |
||
owner | The element to append the next token. | |
currentPath | string | The location in the HOCON object hierarchy that the parser is currently reading. |
return | void |