All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.jigsaw.cvs.CvsEntryResource

java.lang.Object
   |
   +----org.w3c.tools.resources.AttributeHolder
           |
           +----org.w3c.tools.resources.Resource
                   |
                   +----org.w3c.tools.resources.FramedResource
                           |
                           +----org.w3c.jigsaw.cvs.CvsEntryResource

public class CvsEntryResource
extends FramedResource
This class exports the state of an entry. For the time being it doesn't do much, but it should act as a directory (container) for all revisions of a document.

The lookup method of this entity should be able to turn a revision number into an editable (or viewable) document.


Method Index

 o getResourceReference()
Get the ResourceReference of that resource.
 o lookup(String)

Methods

 o lookup
 public ResourceReference lookup(String name)
 o getResourceReference
 public ResourceReference getResourceReference()
Get the ResourceReference of that resource.

Overrides:
getResourceReference in class Resource

All Packages  Class Hierarchy  This Package  Previous  Next  Index