Package si.ijs.kt.clus.util.jeans.io.ini
Class INIFileNode
java.lang.Object
si.ijs.kt.clus.util.jeans.io.ini.INIFileNode
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
INIFileEntry,INIFileSection,INIFileSectionGroup
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract INIFileNodeintgetDepth()getName()getPathName(String my_name) booleanbooleanabstract booleanabstract booleanabstract voidsave(PrintWriter writer) voidsetEnabled(boolean enable) voidvoidsetParent(INIFileNode node)
-
Field Details
-
m_hName
-
m_hParent
-
m_Enabled
protected boolean m_Enabled
-
-
Constructor Details
-
INIFileNode
-
-
Method Details
-
setName
-
getName
-
setEnabled
public void setEnabled(boolean enable) -
isEnabled
public boolean isEnabled() -
getDepth
public int getDepth() -
getPathName
-
setParent
-
getParent
-
hasParent
public boolean hasParent() -
cloneNode
-
isSectionGroup
public abstract boolean isSectionGroup() -
isSection
public abstract boolean isSection() -
save
- Throws:
IOException
-