|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CvsHandlerInterface
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 |
---|
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.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.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.entry
- The entry to act on.direntries
- the directories to act on
ProtocolException
- If the action couldn't be performed.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.entry
- The entry to act on.direntries
- the directories to act oncomment
- 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 |