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.internal.wc2.compat org.tmatesoft.svn.core.javahl17 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.private boolean
SVNCommitClient16. importDir(SVNDeltaGenerator deltaGenerator, java.io.File dir, java.lang.String importPath, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> versionedAutoProperties, ISVNFileFilter fileFilter, ISVNEditor editor)
-
Uses of ISVNFileFilter in org.tmatesoft.svn.core.internal.wc2.compat
Classes in org.tmatesoft.svn.core.internal.wc2.compat that implement ISVNFileFilter Modifier and Type Class Description private static class
SvnCodec.SVNCommitHandler
-
Uses of ISVNFileFilter in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return ISVNFileFilter Modifier and Type Method Description private ISVNFileFilter
SVNClientImpl. getFileFilter(ImportFilterCallback filterCallback)
-
Uses of ISVNFileFilter in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as ISVNFileFilter Modifier and Type Field Description private ISVNFileFilter
SvnImport. fileFilter
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)
-