| Modifier and Type | Field and Description |
|---|---|
static byte |
TYPE_COMMENT |
static byte |
TYPE_CONFIG |
static byte |
TYPE_CONFIGLIST |
static byte |
TYPE_DESCRIPTION |
static byte |
TYPE_EMPTYLINE |
static byte |
TYPE_LISTITEM |
static byte |
TYPE_TREE |
String |
value |
| Constructor and Description |
|---|
Config(String name,
Tree parent) |
Config(String name,
Tree parent,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbsolutePath() |
Boolean |
getBoolean() |
byte |
getConfigType() |
int |
getInt() |
List<String> |
getList() |
String |
getString() |
byte |
getType() |
void |
setConfigType(byte b) |
void |
setValue(List<String> values) |
void |
setValue(String value) |
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
public static final byte TYPE_CONFIGLIST
public String value
public byte getType()
public byte getConfigType()
public void setConfigType(byte b)
public String getAbsolutePath()
public void setValue(String value)
public String getString()
public int getInt()
public Boolean getBoolean()
Copyright © 2018. All rights reserved.