Uses of Interface
org.tmatesoft.svn.core.wc.ISVNAddParameters
-
Packages that use ISVNAddParameters Package Description org.tmatesoft.svn.core.internal.wc16 org.tmatesoft.svn.core.internal.wc2.compat org.tmatesoft.svn.core.wc This package provides a high-level API for managing Working Copies in a way compatible with the native SVN command line client. -
-
Uses of ISVNAddParameters in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 that return ISVNAddParameters Modifier and Type Method Description protected ISVNAddParameters
SVNWCClient16. getAddParameters()
Returns the add parameters object used by this object.Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNAddParameters Modifier and Type Method Description void
SVNWCClient16. setAddParameters(ISVNAddParameters addParameters)
Sets custom add parameters to this client object. -
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.wc
Fields in org.tmatesoft.svn.core.wc declared as ISVNAddParameters Modifier and Type Field Description static ISVNAddParameters
SVNWCClient. DEFAULT_ADD_PARAMETERS
Default implementation ofISVNAddParameters
whichonInconsistentEOLs(File file)
always returns theREPORT_ERROR
action.Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNAddParameters Modifier and Type Method Description void
SVNWCClient. setAddParameters(ISVNAddParameters addParameters)
Sets custom add parameters to this client object.
-