All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigsaw.contrib.CvsFileResource

java.lang.Object
   |
   +----w3c.tools.store.AttributeHolder
           |
           +----w3c.tools.store.Resource
                   |
                   +----w3c.jigsaw.resources.HTTPResource
                           |
                           +----w3c.jigsaw.resources.FilteredResource
                                   |
                                   +----w3c.jigsaw.resources.FileResource
                                           |
                                           +----w3c.jigsaw.contrib.CvsFileResource

public class CvsFileResource
extends FileResource
This subclass of FileResource check cvs before performing a PUT request. If a CVS directory exists
Else perform PUT.


Variable Index

 o resDirectory

Constructor Index

 o CvsFileResource()

Method Index

 o add(Request)
 o commit(Request)
 o getResourceDirectory()
 o put(Request)
Put a new entity in this resource and update document into the CvsDirectory (if any).

Variables

 o resDirectory
 protected File resDirectory

Constructors

 o CvsFileResource
 public CvsFileResource()

Methods

 o getResourceDirectory
 protected synchronized File getResourceDirectory()
 o add
 protected void add(Request request) throws CvsException
 o commit
 protected void commit(Request request) throws CvsException
 o put
 public synchronized Reply put(Request request) throws HTTPException, ClientException
Put a new entity in this resource and update document into the CvsDirectory (if any).

Parameters:
request - The request to handle.
Overrides:
put in class FileResource

All Packages  Class Hierarchy  This Package  Previous  Next  Index