Class w3c.jigsaw.cvs.CvsDirectoryHandler
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, CvsEntry[])
- Perform the action on the given entity.
-
perform(Request, String, CvsEntry[], String)
- Perform the action on the given entity.
perform
public void perform(Request request,
String action,
CvsEntry entries[]) throws HTTPException
- Perform the action on the given entity.
- Parameters:
- action - The action to perform.
- entry - The entry on which the action shold should be performed.
- Throws: HTTPException
- If running the action failed.
perform
public void perform(Request request,
String action,
CvsEntry entries[],
String comment) throws HTTPException
- Perform the action on the given entity.
- Parameters:
- action - The action to perform.
- entry - The entry on which the action shold 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