IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.ras.profile.core
Interface IRASVersionUpdater


public interface IRASVersionUpdater

This interface is used to update a document to its latest version. Each RAS profile should provide an implementation of this class to allow old versions to be updated to the latest version. This interface is not intended to be implemented by clients.


Method Summary
 Document update(Document theManifest)
          Update the manifest to a later version.
 

Method Detail

update

public Document update(Document theManifest)
                throws RASVersionUpdaterException
Update the manifest to a later version.

Parameters:
theManifest - the manifest to be updated
Returns:
the updated document
Throws:
RASVersionUpdaterException - if an error occurred updating the document

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.