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(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 directorypathinto repository directorydstURLat HEAD revision.private booleanSVNCommitClient16.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 -
Uses of ISVNFileFilter in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return ISVNFileFilterModifier and TypeMethodDescriptionprivate ISVNFileFilterSVNClientImpl.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