All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.jigedit.cvs.CvsEntryResource

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

public class CvsEntryResource
extends ContainerResource
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.


Variable Index

 o name
 o rr_cvsframe

Method Index

 o checkRevisionNumber(String)
 o getCvsManager()
 o getCvsURL()
 o getHtmlGenerator(String)
 o getMinor(String)
 o getResourceReference()
Get the ResourceReference of that resource.
 o getRevisionResource(String)
 o lookup(String)
Lookup a children in the container.
 o parseDiff(String)
replace < by <.
 o parseLog(String)
 o writeLinks(OutputStream, byte[], int, int)

Variables

 o name
 protected String name
 o rr_cvsframe
 protected ResourceReference rr_cvsframe

Methods

 o getMinor
 protected int getMinor(String revision)
 o getCvsManager
 protected CvsDirectory getCvsManager() throws InvalidResourceException
 o getCvsURL
 protected String getCvsURL()
 o checkRevisionNumber
 protected void checkRevisionNumber(String rev) throws CvsEntryResource. RevisionNumberException, CvsException
 o writeLinks
 protected void writeLinks(OutputStream out,
                           byte b[],
                           int offset,
                           int length) throws IOException
 o parseDiff
 protected String parseDiff(String diff)
replace < by <.

 o parseLog
 protected HtmlGenerator parseLog(String log)
 o getRevisionResource
 protected synchronized ResourceReference getRevisionResource(String revision)
 o lookup
 public ResourceReference lookup(String revision)
Lookup a children in the container.

Overrides:
lookup in class ContainerResource
 o getResourceReference
 public synchronized ResourceReference getResourceReference()
Get the ResourceReference of that resource.

Overrides:
getResourceReference in class Resource
 o getHtmlGenerator
 protected HtmlGenerator getHtmlGenerator(String title)

All Packages  Class Hierarchy  This Package  Previous  Next  Index