|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.w3c.jigedit.cvs.CvsDirectoryHandler
| Method Summary | |
protected Reply |
badAction(Request request,
java.lang.String action)
|
void |
perform(Request request,
java.lang.String action,
java.lang.String regexp)
Perform the action on the entity matching the given regexp |
void |
perform(Request request,
java.lang.String action,
java.lang.String[] names,
java.lang.String[] revs)
Perform the action on the given entity. |
void |
perform(Request request,
java.lang.String action,
java.lang.String[] names,
java.lang.String[] revs,
java.lang.String comment)
Perform the action on the given entity. |
void |
perform(Request request,
java.lang.String action,
java.lang.String regexp,
java.lang.String comment)
Perform the action on the entity matching the given regexp |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
protected Reply badAction(Request request,
java.lang.String action)
public void perform(Request request,
java.lang.String action,
java.lang.String regexp,
java.lang.String comment)
throws ProtocolException
perform in interface CvsHandlerInterfacerequest - The request that triggered this method call.action - The action to perform.regexp - The regular expression to matchcomment - A string of comments describing the change.
ProtocolException - If running the action failed.
public void perform(Request request,
java.lang.String action,
java.lang.String regexp)
throws ProtocolException
perform in interface CvsHandlerInterfacerequest - The request that triggered this method call.action - The action to perform.regexp - The regular expression to match
ProtocolException - If running the action failed.
public void perform(Request request,
java.lang.String action,
java.lang.String[] names,
java.lang.String[] revs)
throws ProtocolException
perform in interface CvsHandlerInterfacerequest - The request that triggered this method call.action - The action to perform.names - Name of files to apply the action to.
ProtocolException - If running the action failed.
public void perform(Request request,
java.lang.String action,
java.lang.String[] names,
java.lang.String[] revs,
java.lang.String comment)
throws ProtocolException
perform in interface CvsHandlerInterfaceaction - The action to perform.names - The names on which the action should be performed.comment - A string of comments describing the change.request - The request that triggered the processing.
ProtocolException - If running the action failed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||