Uses of Enum
org.tmatesoft.svn.core.wc2.ISvnCommitParameters.Action
Packages that use ISvnCommitParameters.Action
Package
Description
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
-
Uses of ISvnCommitParameters.Action in org.tmatesoft.svn.core.wc2
Methods in org.tmatesoft.svn.core.wc2 that return ISvnCommitParameters.ActionModifier and TypeMethodDescriptionISvnCommitParameters.onMissingDirectory
(File file) Returns the action a commit operation should undertake if there's a missing directory under commit scope that is not however scheduled for deletion.ISvnCommitParameters.onMissingFile
(File file) static ISvnCommitParameters.Action
Returns the enum constant of this type with the specified name.static ISvnCommitParameters.Action[]
ISvnCommitParameters.Action.values()
Returns an array containing the constants of this enum type, in the order they are declared.