| Modifier and Type | Field and Description |
|---|---|
static byte |
TYPE_COMMENT |
static byte |
TYPE_CONFIG |
static byte |
TYPE_DESCRIPTION |
static byte |
TYPE_EMPTYLINE |
static byte |
TYPE_LISTITEM |
static byte |
TYPE_TREE |
| Constructor and Description |
|---|
Config(String name,
Tree parent) |
Config(String name,
Tree parent,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbsolutePath() |
byte |
getType() |
Boolean |
getValueAsBoolean() |
int |
getValueAsInt() |
static List<String> |
valuesToString(List<Config> configs) |
public static final byte TYPE_TREE
public static final byte TYPE_CONFIG
public static final byte TYPE_COMMENT
public static final byte TYPE_EMPTYLINE
public static final byte TYPE_DESCRIPTION
public static final byte TYPE_LISTITEM
Copyright © 2018. All rights reserved.