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

Method Index

 o badAction(Request, String)
 o perform(Request, String, String)
Perform the action on the entity matching the given regexp
 o perform(Request, String, String, String)
Perform the action on the entity matching the given regexp
 o perform(Request, String, String[], String[])
Perform the action on the given entity.
 o perform(Request, String, String[], String[], String)
Perform the action on the given entity.

Methods

 o badAction
 protected Reply badAction(Request request,
                           String action)
 o 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.
 o 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.
 o 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.
 o 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