Uses of Class
org.tmatesoft.svn.core.wc2.ISvnAddParameters.Action
-
Packages that use ISvnAddParameters.Action Package Description org.tmatesoft.svn.core.wc2 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 ISvnAddParameters.Action in org.tmatesoft.svn.core.wc2
Methods in org.tmatesoft.svn.core.wc2 that return ISvnAddParameters.Action Modifier and Type Method Description ISvnAddParameters.ActionISvnAddParameters. onInconsistentEOLs(java.io.File file)Receives a file with inconsistent EOLs and returns an action which should be performed against this file.static ISvnAddParameters.ActionISvnAddParameters.Action. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ISvnAddParameters.Action[]ISvnAddParameters.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.
-