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 VcsStatusVcsStatus. 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 voidVcsCommitListener. commited(java.lang.String path, VcsStatus contentStatus)Handles commit events.voidVcsModifyListener. modified(java.lang.String path, VcsStatus contentStatus)Handles a modified event.voidVcsUpdateListener. updated(java.lang.String path, long revision, VcsStatus contentStatus)Handles update events.
-