Package | Description |
---|---|
org.tinygroup.ini | |
org.tinygroup.ini.impl |
Modifier and Type | Method and Description |
---|---|
ValuePair |
Section.getValuePair(String key) |
Modifier and Type | Method and Description |
---|---|
List<ValuePair> |
Section.getValuePairList() |
List<ValuePair> |
Section.getValuePairList(String key) |
Modifier and Type | Method and Description |
---|---|
void |
Section.add(ValuePair valuePair) |
Modifier and Type | Method and Description |
---|---|
void |
Section.setValuePairList(List<ValuePair> valuePairList) |
Modifier and Type | Method and Description |
---|---|
ValuePair |
IniOperatorDefault.getValuePair(String sectionName,
String key) |
Modifier and Type | Method and Description |
---|---|
List<ValuePair> |
IniOperatorDefault.getValuePairList(String sectionName,
String key) |
Modifier and Type | Method and Description |
---|---|
IniOperatorDefault |
IniOperatorDefault.add(String sectionName,
ValuePair valuePair) |
IniOperatorDefault |
IniOperatorDefault.set(String sectionName,
ValuePair valuePair) |
Modifier and Type | Method and Description |
---|---|
IniOperatorDefault |
IniOperatorDefault.add(String sectionName,
List<ValuePair> valuePairList) |
Copyright © 2006–2018 TinyGroup. All rights reserved.