All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.jigsaw.cvs.CvsDirectoryHandler
java.lang.Object
|
+----org.w3c.jigsaw.cvs.CvsDirectoryHandler
- public class CvsDirectoryHandler
- extends Object
- implements CvsHandlerInterface
-
badAction(Request, String)
-
-
perform(Request, String, String)
- Perform the action on the entity matching the given regexp
-
perform(Request, String, String, String)
- Perform the action on the entity matching the given regexp
-
perform(Request, String, String[], String[])
- Perform the action on the given entity.
-
perform(Request, String, String[], String[], String)
- Perform the action on the given entity.
badAction
protected Reply badAction(Request request,
String action)
perform
public void perform(Request request,
String action,
String regexp,
String comment) throws ProtocolException
- Perform the action on the entity matching the given regexp
- Parameters:
- request - The request that triggered this method call.
- action - The action to perform.
- regexp - The regular expression to match
- comment - A string of comments describing the change.
- Throws: ProtocolException
- If running the action failed.
perform
public void perform(Request request,
String action,
String regexp) throws ProtocolException
- Perform the action on the entity matching the given regexp
- Parameters:
- request - The request that triggered this method call.
- action - The action to perform.
- regexp - The regular expression to match
- Throws: ProtocolException
- If running the action failed.
perform
public void perform(Request request,
String action,
String names[],
String revs[]) throws ProtocolException
- 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: ProtocolException
- If running the action failed.
perform
public void perform(Request request,
String action,
String names[],
String revs[],
String comment) throws ProtocolException
- 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: ProtocolException
- If running the action failed.
All Packages Class Hierarchy This Package Previous Next Index