All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface w3c.jigsaw.cvs.CvsHandlerInterface

public interface CvsHandlerInterface

Method Index

 o perform(Request, String, String[])
Perform action on the given cvs entry, on behalf of the given client.
 o perform(Request, String, String[], String)
Perform action on the given cvs entry, on behalf of the given client.

Methods

 o perform
 public abstract void perform(Request request,
                              String action,
                              String names[]) throws HTTPException
Perform action on the given cvs entry, on behalf of the given client.

Parameters:
request - The request to handle.
action - The action to perform.
entry - The entry to act on.
direntries - the directories to act on
Throws: HTTPException
If the action couldn't be performed.
 o perform
 public abstract void perform(Request request,
                              String action,
                              String names[],
                              String comment) throws HTTPException
Perform action on the given cvs entry, on behalf of the given client.

Parameters:
request - The request that triggered the processing.
action - The action to perform.
entry - The entry to act on.
direntries - the directories to act on
comment - Some comments describing your changes.
Throws: HTTPException
If the action couldn't be performed.

All Packages  Class Hierarchy  This Package  Previous  Next  Index