Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RSE
Release 3.0

org.eclipse.rse.persistence.dom
Class RSEDOM


java.lang.Object
  extended by 

org.eclipse.rse.persistence.dom.RSEDOMNode
      extended by 
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

Field Summary
 
Fields inherited from class org.eclipse.rse.persistence.dom. RSEDOMNode
_attributes, _children, _isDirty, _name, _needsSave, _parent, _type, restoring
 
Constructor Summary
RSEDOM ( ISystemProfile profile)
           
RSEDOM ( String profileName)
           
 
Method Summary
  ISystemProfile getProfile ()
           
 void markForSave ()
          Indicate that this DOM needs to be saved
 boolean needsSave ()
           
 void print ( RSEDOMNode node, String indent)
           
 
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
 

Constructor Detail

RSEDOM

public RSEDOM(
ISystemProfile profile)

RSEDOM

public RSEDOM(
String profileName)
Method Detail

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)

RSE
Release 3.0

Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire