Uses of Interface
org.tmatesoft.svn.core.wc.ISVNStatusFileProvider
Packages that use ISVNStatusFileProvider
Package
Description
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
-
Uses of ISVNStatusFileProvider in org.tmatesoft.svn.core.internal.wc
Classes in org.tmatesoft.svn.core.internal.wc that implement ISVNStatusFileProviderModifier and TypeClassDescriptionprivate static class
private static class
Fields in org.tmatesoft.svn.core.internal.wc declared as ISVNStatusFileProviderModifier and TypeFieldDescriptionprivate final ISVNStatusFileProvider
SVNStatusEditor.WrapperSVNStatusFileProvider.myDefault
private ISVNStatusFileProvider
SVNStatusEditor.myDefaultFileProvider
private final ISVNStatusFileProvider
SVNStatusEditor.WrapperSVNStatusFileProvider.myDelegate
private ISVNStatusFileProvider
SVNStatusEditor.myFileProvider
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNStatusFileProviderModifier and TypeMethodDescriptionvoid
SVNStatusEditor.setFileProvider
(ISVNStatusFileProvider fileProvider) Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNStatusFileProviderModifierConstructorDescriptionprivate
WrapperSVNStatusFileProvider
(ISVNStatusFileProvider defaultProvider, ISVNStatusFileProvider delegate) -
Uses of ISVNStatusFileProvider in org.tmatesoft.svn.core.internal.wc16
Fields in org.tmatesoft.svn.core.internal.wc16 declared as ISVNStatusFileProviderModifier and TypeFieldDescriptionprivate ISVNStatusFileProvider
SVNStatusClient16.myFilesProvider
Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNStatusFileProviderModifier and TypeMethodDescriptionvoid
SVNStatusClient16.setFilesProvider
(ISVNStatusFileProvider filesProvider) -
Uses of ISVNStatusFileProvider in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat that return ISVNStatusFileProviderModifier and TypeMethodDescriptionstatic ISVNStatusFileProvider
SvnCodec.fileListProvider
(ISvnFileListHook hook) Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISVNStatusFileProviderModifier and TypeMethodDescriptionstatic ISvnFileListHook
SvnCodec.fileListHook
(ISVNStatusFileProvider provider) -
Uses of ISVNStatusFileProvider in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as ISVNStatusFileProviderMethods in org.tmatesoft.svn.core.wc with parameters of type ISVNStatusFileProviderModifier and TypeMethodDescriptionvoid
SVNStatusClient.setFilesProvider
(ISVNStatusFileProvider filesProvider)