Package | Description |
---|---|
org.apache.commons.vfs2.operations.vcs |
VFS version control operations.
|
Modifier and Type | Method | Description |
---|---|---|
static VcsStatus |
VcsStatus.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static VcsStatus[] |
VcsStatus.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
VcsCommitListener.commited(java.lang.String path,
VcsStatus contentStatus) |
|
void |
VcsModifyListener.modified(java.lang.String path,
VcsStatus contentStatus) |
|
void |
VcsUpdateListener.updated(java.lang.String path,
long revision,
VcsStatus contentStatus) |