|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VcsStatus | |
---|---|
org.apache.commons.vfs2.operations.vcs | VFS version control operations. |
Uses of VcsStatus in org.apache.commons.vfs2.operations.vcs |
---|
Methods in org.apache.commons.vfs2.operations.vcs that return VcsStatus | |
---|---|
static VcsStatus |
VcsStatus.valueOf(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. |
Methods in org.apache.commons.vfs2.operations.vcs with parameters of type VcsStatus | |
---|---|
void |
VcsCommitListener.commited(String path,
VcsStatus contentStatus)
|
void |
VcsModifyListener.modified(String path,
VcsStatus contentStatus)
|
void |
VcsUpdateListener.updated(String path,
long revision,
VcsStatus contentStatus)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |