All Packages Class Hierarchy This Package Previous Next Index
Class w3c.jigsaw.cvs.CvsDirectoryHandler
java.lang.Object
|
+----w3c.jigsaw.cvs.CvsDirectoryHandler
- public class CvsDirectoryHandler
- extends Object
- implements CvsHandlerInterface
-
perform(Request, String, String[])
- Perform the action on the given entity.
-
perform(Request, String, String[], String)
- Perform the action on the given entity.
perform
public void perform(Request request,
String action,
String names[]) throws HTTPException
- Perform the action on the given entity.
- Parameters:
- request - The request that triggered this method call.
- action - The action to perform.
- names - Name of files to apply the action to.
- Throws: HTTPException
- If running the action failed.
perform
public void perform(Request request,
String action,
String names[],
String comment) throws HTTPException
- Perform the action on the given entity.
- Parameters:
- action - The action to perform.
- names - The names on which the action should be performed.
- comment - A string of comments describing the change.
- Throws: HTTPException
- If running the action failed.
All Packages Class Hierarchy This Package Previous Next Index