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
Fields in org.tmatesoft.svn.core.internal.wc16 declared as ISVNAddParameters Modifier and Type Field Description private ISVNAddParametersSVNWCClient16. myAddParametersMethods in org.tmatesoft.svn.core.internal.wc16 that return ISVNAddParameters Modifier and Type Method Description protected ISVNAddParametersSVNWCClient16. 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 voidSVNWCClient16. 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 ISVNAddParametersSvnCodec. addParameters(ISvnAddParameters old)Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISVNAddParameters Modifier and Type Method Description static ISvnAddParametersSvnCodec. 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 private ISVNAddParametersSVNWCClient. addParametersstatic ISVNAddParametersSVNWCClient. DEFAULT_ADD_PARAMETERSDefault implementation ofISVNAddParameterswhichonInconsistentEOLs(File file)always returns theREPORT_ERRORaction.Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNAddParameters Modifier and Type Method Description voidSVNWCClient. setAddParameters(ISVNAddParameters addParameters)Sets custom add parameters to this client object.
-