| java.lang.Object org.w3c.jigedit.cvs.CvsDirectoryHandler
Method Summary | |
protected Reply | badAction(Request request, String action) | public void | perform(Request request, String action, String regexp, String comment) | public void | perform(Request request, String action, String regexp) | public void | perform(Request request, String action, String names, String revs) Perform the action on the given entity. | public void | perform(Request request, String action, String names, String revs, String comment) Perform the action on the given entity. |
perform | public void perform(Request request, String action, String regexp, String comment) throws ProtocolException(Code) | | Perform the action on the entity matching the given regexp
Parameters: request - The request that triggered this method call. Parameters: action - The action to perform. Parameters: regexp - The regular expression to match Parameters: comment - A string of comments describing the change. exception: ProtocolException - If running the action failed. |
perform | public void perform(Request request, String action, String regexp) throws ProtocolException(Code) | | Perform the action on the entity matching the given regexp
Parameters: request - The request that triggered this method call. Parameters: action - The action to perform. Parameters: regexp - The regular expression to match exception: ProtocolException - If running the action failed. |
perform | public void perform(Request request, String action, String names, String revs) throws ProtocolException(Code) | | Perform the action on the given entity.
Parameters: request - The request that triggered this method call. Parameters: action - The action to perform. Parameters: names - Name of files to apply the action to. exception: ProtocolException - If running the action failed. |
perform | public void perform(Request request, String action, String names, String revs, String comment) throws ProtocolException(Code) | | Perform the action on the given entity.
Parameters: action - The action to perform. Parameters: names - The names on which the action should be performed. Parameters: comment - A string of comments describing the change. exception: ProtocolException - If running the action failed. |
|
|