Class ISVNNotifyListener.Command
- java.lang.Object
-
- org.tigris.subversion.svnclientadapter.ISVNNotifyListener.Command
-
- Enclosing interface:
- ISVNNotifyListener
public static final class ISVNNotifyListener.Command extends java.lang.Object
An enumeration class representing the supported subversion commands/actions.
-
-
Field Summary
Fields Modifier and Type Field Description static int
ADD
static int
ANNOTATE
static int
CAT
static int
CHECKOUT
static int
CLEANUP
static int
COMMIT
static int
COPY
static int
CREATE_REPOSITORY
static int
DIFF
static int
EXPORT
static int
IMPORT
static int
INFO
static int
LOCK
static int
LOG
static int
LS
static int
MERGE
static int
MERGEINFO
static int
MKDIR
static int
MOVE
static int
PROPDEL
static int
PROPGET
static int
PROPLIST
static int
PROPSET
static int
RELOCATE
static int
REMOVE
static int
RESOLVE
static int
RESOLVED
static int
REVERT
static int
STATUS
static int
SWITCH
static int
UNDEFINED
static int
UNLOCK
static int
UPDATE
static int
UPGRADE
-
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
-
-