Class ISVNNotifyListener.Command
- java.lang.Object
-
- org.tigris.subversion.svnclientadapter.ISVNNotifyListener.Command
-
- Enclosing interface:
- ISVNNotifyListener
public static final class ISVNNotifyListener.Command extends java.lang.ObjectAn enumeration class representing the supported subversion commands/actions.
-
-
Field Summary
Fields Modifier and Type Field Description static intADDstatic intANNOTATEstatic intCATstatic intCHECKOUTstatic intCLEANUPstatic intCOMMITstatic intCOPYstatic intCREATE_REPOSITORYstatic intDIFFstatic intEXPORTstatic intIMPORTstatic intINFOstatic intLOCKstatic intLOGstatic intLSstatic intMERGEstatic intMERGEINFOstatic intMKDIRstatic intMOVEstatic intPROPDELstatic intPROPGETstatic intPROPLISTstatic intPROPSETstatic intRELOCATEstatic intREMOVEstatic intRESOLVEstatic intRESOLVEDstatic intREVERTstatic intSTATUSstatic intSWITCHstatic intUNDEFINEDstatic intUNLOCKstatic intUPDATEstatic intUPGRADE
-
Constructor Summary
Constructors Constructor Description Command()
-
-
-
Field Detail
-
UNDEFINED
public static final int UNDEFINED
- See Also:
- Constant Field Values
-
ADD
public static final int ADD
- See Also:
- Constant Field Values
-
CHECKOUT
public static final int CHECKOUT
- See Also:
- Constant Field Values
-
COMMIT
public static final int COMMIT
- See Also:
- Constant Field Values
-
UPDATE
public static final int UPDATE
- See Also:
- Constant Field Values
-
MOVE
public static final int MOVE
- See Also:
- Constant Field Values
-
COPY
public static final int COPY
- See Also:
- Constant Field Values
-
REMOVE
public static final int REMOVE
- See Also:
- Constant Field Values
-
EXPORT
public static final int EXPORT
- See Also:
- Constant Field Values
-
IMPORT
public static final int IMPORT
- See Also:
- Constant Field Values
-
MKDIR
public static final int MKDIR
- See Also:
- Constant Field Values
-
LS
public static final int LS
- See Also:
- Constant Field Values
-
STATUS
public static final int STATUS
- See Also:
- Constant Field Values
-
LOG
public static final int LOG
- See Also:
- Constant Field Values
-
PROPSET
public static final int PROPSET
- See Also:
- Constant Field Values
-
PROPDEL
public static final int PROPDEL
- See Also:
- Constant Field Values
-
REVERT
public static final int REVERT
- See Also:
- Constant Field Values
-
DIFF
public static final int DIFF
- See Also:
- Constant Field Values
-
CAT
public static final int CAT
- See Also:
- Constant Field Values
-
INFO
public static final int INFO
- See Also:
- Constant Field Values
-
PROPGET
public static final int PROPGET
- See Also:
- Constant Field Values
-
PROPLIST
public static final int PROPLIST
- See Also:
- Constant Field Values
-
RESOLVED
public static final int RESOLVED
- See Also:
- Constant Field Values
-
CREATE_REPOSITORY
public static final int CREATE_REPOSITORY
- See Also:
- Constant Field Values
-
CLEANUP
public static final int CLEANUP
- See Also:
- Constant Field Values
-
ANNOTATE
public static final int ANNOTATE
- See Also:
- Constant Field Values
-
SWITCH
public static final int SWITCH
- See Also:
- Constant Field Values
-
MERGE
public static final int MERGE
- See Also:
- Constant Field Values
-
LOCK
public static final int LOCK
- See Also:
- Constant Field Values
-
UNLOCK
public static final int UNLOCK
- See Also:
- Constant Field Values
-
RELOCATE
public static final int RELOCATE
- See Also:
- Constant Field Values
-
RESOLVE
public static final int RESOLVE
- See Also:
- Constant Field Values
-
MERGEINFO
public static final int MERGEINFO
- See Also:
- Constant Field Values
-
UPGRADE
public static final int UPGRADE
- See Also:
- Constant Field Values
-
-