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.
|
Modifier and Type | Method and Description |
---|---|
ISvnAddParameters.Action |
ISvnAddParameters.onInconsistentEOLs(File file)
Receives a file with inconsistent EOLs and returns an action which should be
performed against this file.
|
static ISvnAddParameters.Action |
ISvnAddParameters.Action.valueOf(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.
|
Copyright © 2019. All rights reserved.