Uses of Interface
org.tmatesoft.svn.core.wc.ISVNFileFilter
Packages that use ISVNFileFilter
Package
Description
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 ISVNFileFilterModifier and TypeMethodDescriptionSVNCommitClient16.doImport
(File path, SVNURL dstURL, 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, File dir, String importPath, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth, Map<String, Map<String, 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 -
Uses of ISVNFileFilter in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return ISVNFileFilterModifier and TypeMethodDescriptionprivate ISVNFileFilter
SVNClientImpl.getFileFilter
(ImportFilterCallback filterCallback) -
Uses of ISVNFileFilter in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as ISVNFileFilterMethods in org.tmatesoft.svn.core.wc2 that return ISVNFileFilterMethods in org.tmatesoft.svn.core.wc2 with parameters of type ISVNFileFilter