Package | Description |
---|---|
fr.tikione.ini |
Provides main classes to work with INI files.
|
Modifier and Type | Method and Description |
---|---|
Ini.Entry |
Ini.Entry.clone()
Creates and returns a copy of this
Entry object. |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<java.lang.String,Ini.Entry> |
Ini.getSectionContentClone(java.lang.String section)
Make a copy of a section content.
|
Constructor and Description |
---|
Ini.Entry(Ini.Entry iniEntry)
Create a new instance of
Entry by copy. |