All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigsaw.cvs.CvsEntryResource

java.lang.Object
   |
   +----w3c.tools.store.AttributeHolder
           |
           +----w3c.tools.store.Resource
                   |
                   +----w3c.jigsaw.resources.HTTPResource
                           |
                           +----w3c.jigsaw.resources.FilteredResource
                                   |
                                   +----w3c.jigsaw.cvs.CvsEntryResource

public class CvsEntryResource
extends FilteredResource
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 dodiff(Request)
 o dolog(Request)
 o get(Request)
Getting an entry entity start with dumping the log for this entity which (should) act as a directory for all versions of it.
 o lookup(String)

Methods

 o lookup
 public HTTPResource lookup(String name)
 o dolog
 protected Reply dolog(Request request) throws HTTPException
 o dodiff
 protected Reply dodiff(Request request) throws HTTPException
 o get
 public Reply get(Request request) throws HTTPException
Getting an entry entity start with dumping the log for this entity which (should) act as a directory for all versions of it.

Overrides:
get in class HTTPResource

All Packages  Class Hierarchy  This Package  Previous  Next  Index