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 INIFileNode
int
getDepth()
getName()
getPathName
(String my_name) boolean
boolean
abstract boolean
abstract boolean
abstract void
save
(PrintWriter writer) void
setEnabled
(boolean enable) void
void
setParent
(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
-