Uses of Interface
org.tmatesoft.svn.core.wc.ISVNFileFilter
-
Packages that use ISVNFileFilter Package Description org.tmatesoft.svn.core.internal.wc16 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 ISVNFileFilter in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNFileFilter Modifier and Type Method Description SVNCommitInfo
SVNCommitClient16. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth, boolean applyAutoProperties, ISVNFileFilter fileFilter)
Imports file or directorypath
into repository directorydstURL
at HEAD revision. -
Uses of ISVNFileFilter in org.tmatesoft.svn.core.wc2
Methods in org.tmatesoft.svn.core.wc2 that return ISVNFileFilter Modifier and Type Method Description ISVNFileFilter
SvnImport. getFileFilter()
Methods in org.tmatesoft.svn.core.wc2 with parameters of type ISVNFileFilter Modifier and Type Method Description void
SvnImport. setFileFilter(ISVNFileFilter fileFilter)
-