Uses of Interface
org.tmatesoft.svn.core.wc2.ISvnAddParameters
-
Packages that use ISvnAddParameters Package Description org.tmatesoft.svn.core.internal.wc2.compat org.tmatesoft.svn.core.internal.wc2.ng 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 in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat that return ISvnAddParameters Modifier and Type Method Description static ISvnAddParameters
SvnCodec. addParameters(ISVNAddParameters old)
Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISvnAddParameters Modifier and Type Method Description static ISVNAddParameters
SvnCodec. addParameters(ISvnAddParameters old)
-
Uses of ISvnAddParameters in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISvnAddParameters Modifier and Type Method Description static void
SvnNgPropertiesManager. setAutoProperties(SVNWCContext context, java.io.File path, SVNProperties properties, ISvnAddParameters addParameters, java.lang.Runnable onValidationError)
-
Uses of ISvnAddParameters in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as ISvnAddParameters Modifier and Type Field Description private ISvnAddParameters
SvnScheduleForAddition. addParameters
static ISvnAddParameters
ISvnAddParameters. DEFAULT
Default add parameters,action
equals toAction.REPORT_ERROR
Methods in org.tmatesoft.svn.core.wc2 that return ISvnAddParameters Modifier and Type Method Description ISvnAddParameters
SvnScheduleForAddition. getAddParameters()
Returns operation's add parameters, whose controls inconsistent EOL's.Methods in org.tmatesoft.svn.core.wc2 with parameters of type ISvnAddParameters Modifier and Type Method Description void
SvnScheduleForAddition. setAddParameters(ISvnAddParameters addParameters)
Sets operation's add parameters, whose controls inconsistent EOL's.
-