org.eclipse.rse.persistence.dom
Class RSEDOM
java.lang.Object
org.eclipse.rse.persistence.dom.RSEDOMNode
org.eclipse.rse.persistence.dom.RSEDOM
- All Implemented Interfaces:
- Serializable
public class RSEDOM
- extends RSEDOMNode
This class is the root node of an RSE DOM. Each
RSEDOM represents the properties of a profile to persist.
- See Also:
- Serialized Form
Methods inherited from class org.eclipse.rse.persistence.dom.RSEDOMNode |
addAttribute, addAttribute, addChild, clearAttributes, clearChildren, getAttribute, getAttributes, getChild, getChildren, getChildren, getName, getParent, getType, isDirty, markUpdated, removeChild, setDirty, setName, setRestoring, setType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSEDOM
public RSEDOM(ISystemProfile profile)
RSEDOM
public RSEDOM(String profileName)
getProfile
public ISystemProfile getProfile()
markForSave
public void markForSave()
- Indicate that this DOM needs to be saved
- Overrides:
markForSave
in class RSEDOMNode
needsSave
public boolean needsSave()
- Returns:
- true if this DOM has the DOM changed since last saved or restored.
print
public void print(RSEDOMNode node,
String indent)
Copyright (c) IBM Corporation and others 2000, 2011. All Rights Reserved.