Uses of Class
org.apache.commons.vfs2.operations.vcs.VcsStatus
-
Packages that use VcsStatus Package Description 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 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.Methods in org.apache.commons.vfs2.operations.vcs with parameters of type VcsStatus 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)
-