Pluie.Yaml.Config – pluie-yaml-0.5 Reference Manual
Packages
pluie-yaml-0.5
Pluie
Yaml
Config
display_file
finder
loader
path
Config
@get
get_imports
root_node
Config
Object Hierarchy:
Description:
public
class
Config
Yaml.Config class to manage Yaml configuration files
Namespace:
Pluie.Yaml
Package:
pluie-yaml-0.5
Content:
Properties:
public
string
?
path
{
get
; }
current path
public
bool
display_file
{
get
; }
public
Loader
loader
{ }
Yaml Loader
public
Finder
finder
{ }
Yaml Finder
Creation methods:
public
Config
(
string
? path =
null
,
bool
display_file =
false
,
FIND_MODE
mode =
DOT
)
construct a Yaml Config for specifiyed path
Methods:
public
Node
?
@get
(
string
keyPath)
find node matching specifiyed keyPath see
Yaml.Finder
for precisions
public
Root
root_node
()
retriew the corresponding Yaml.Root node for loaded yaml file
protected
void
get_imports
()