RSE
Release 1.0

Uses of Class
org.eclipse.rse.persistence.dom.RSEDOM

Packages that use RSEDOM
org.eclipse.rse.persistence   
org.eclipse.rse.persistence.dom   
 

Uses of RSEDOM in org.eclipse.rse.persistence
 

Methods in org.eclipse.rse.persistence that return RSEDOM
 RSEDOM IRSEPersistenceProvider.loadRSEDOM(String profileName, IProgressMonitor monitor)
          Restores an RSE DOM given a profileName.
 

Methods in org.eclipse.rse.persistence with parameters of type RSEDOM
 boolean IRSEPersistenceProvider.saveRSEDOM(RSEDOM dom, IProgressMonitor monitor)
          Persists an RSE DOM.
 

Uses of RSEDOM in org.eclipse.rse.persistence.dom
 

Methods in org.eclipse.rse.persistence.dom that return RSEDOM
 RSEDOM IRSEDOMExporter.createRSEDOM(ISystemProfile profile, boolean clean)
          Creates the RSE DOM for this profile
 RSEDOM IRSEDOMExporter.populateRSEDOM(RSEDOM dom, ISystemProfile profile, boolean clean)
          Creates an RSE DOM for use in persistence
 RSEDOM IRSEDOMExporter.getRSEDOM(ISystemProfile profile)
          Returns the RSEDOM for this profile iff it exists
 

Methods in org.eclipse.rse.persistence.dom with parameters of type RSEDOM
 ISystemProfile IRSEDOMImporter.restoreProfile(ISystemProfileManager profileManager, RSEDOM dom)
          Restores the profile represented by dom
 RSEDOM IRSEDOMExporter.populateRSEDOM(RSEDOM dom, ISystemProfile profile, boolean clean)
          Creates an RSE DOM for use in persistence
 


RSE
Release 1.0

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