Eclipse Platform
Release 3.2

org.eclipse.jface.text.revisions
Class RevisionInformation

java.lang.Object
  extended byorg.eclipse.jface.text.revisions.RevisionInformation

public final class RevisionInformation
extends Object

Encapsulates revision information for one line-based document.

Clients may instantiate.

Since:
3.2
See Also:
Revision

Constructor Summary
RevisionInformation()
          Creates a new revision information model.
 
Method Summary
 void addRevision(Revision revision)
          Adds a revision.
 List getRevisions()
          Returns the contained revisions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RevisionInformation

public RevisionInformation()
Creates a new revision information model.

Method Detail

addRevision

public void addRevision(Revision revision)
Adds a revision.

Parameters:
revision - a revision

getRevisions

public List getRevisions()
Returns the contained revisions.

Returns:
an unmodifiable view of the contained revisions (element type: Revision)

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.