|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
void |
perform(Request request,
java.lang.String action,
java.lang.String regexp)
Perform action on the given cvs entry, on behalf of the given client. |
void |
perform(Request request,
java.lang.String action,
java.lang.String[] names,
java.lang.String[] revs)
Perform action on the given cvs entry, on behalf of the given client. |
void |
perform(Request request,
java.lang.String action,
java.lang.String[] names,
java.lang.String[] revs,
java.lang.String comment)
Perform action on the given cvs entry, on behalf of the given client. |
void |
perform(Request request,
java.lang.String action,
java.lang.String regexp,
java.lang.String comment)
Perform action on the given cvs entry, on behalf of the given client. |
| Method Detail |
public void perform(Request request,
java.lang.String action,
java.lang.String regexp,
java.lang.String comment)
throws ProtocolException
request - The request to handle.action - The action to perform.regexp - The regular expressioncomment - Some comments describing your changes.
ProtocolException - If the action couldn't be performed.
public void perform(Request request,
java.lang.String action,
java.lang.String regexp)
throws ProtocolException
request - The request to handle.action - The action to perform.regexp - The regular expression
ProtocolException - If the action couldn't be performed.
public void perform(Request request,
java.lang.String action,
java.lang.String[] names,
java.lang.String[] revs)
throws ProtocolException
request - The request to handle.action - The action to perform.
ProtocolException - If the action couldn't be performed.
public void perform(Request request,
java.lang.String action,
java.lang.String[] names,
java.lang.String[] revs,
java.lang.String comment)
throws ProtocolException
request - The request that triggered the processing.action - The action to perform.comment - Some comments describing your changes.
ProtocolException - If the action couldn't be performed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||