Uses of Enum
org.apache.commons.vfs2.operations.vcs.VcsStatus
Packages that use VcsStatus
-
Uses of VcsStatus in org.apache.commons.vfs2.operations.vcs
Subclasses with type arguments of type VcsStatus in org.apache.commons.vfs2.operations.vcsMethods in org.apache.commons.vfs2.operations.vcs that return VcsStatusModifier and TypeMethodDescriptionstatic VcsStatus
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 VcsStatusModifier and TypeMethodDescriptionvoid
Handles commit events.void
Handles a modified event.void
Handles update events.