Uses of Interface
org.tmatesoft.svn.core.wc.ISVNStatusFileProvider
-
Packages that use ISVNStatusFileProvider Package Description org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc16 org.tmatesoft.svn.core.internal.wc2.compat org.tmatesoft.svn.core.wc 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 ISVNStatusFileProvider Modifier and Type Class Description private static class
SVNStatusEditor.DefaultSVNStatusFileProvider
private static class
SVNStatusEditor.WrapperSVNStatusFileProvider
Fields in org.tmatesoft.svn.core.internal.wc declared as ISVNStatusFileProvider Modifier and Type Field Description private ISVNStatusFileProvider
SVNStatusEditor.WrapperSVNStatusFileProvider. myDefault
private ISVNStatusFileProvider
SVNStatusEditor. myDefaultFileProvider
private ISVNStatusFileProvider
SVNStatusEditor.WrapperSVNStatusFileProvider. myDelegate
private ISVNStatusFileProvider
SVNStatusEditor. myFileProvider
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNStatusFileProvider Modifier and Type Method Description void
SVNStatusEditor. setFileProvider(ISVNStatusFileProvider fileProvider)
Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNStatusFileProvider Constructor Description 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 ISVNStatusFileProvider Modifier and Type Field Description private ISVNStatusFileProvider
SVNStatusClient16. myFilesProvider
Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNStatusFileProvider Modifier and Type Method Description void
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 ISVNStatusFileProvider Modifier and Type Method Description static ISVNStatusFileProvider
SvnCodec. fileListProvider(ISvnFileListHook hook)
Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISVNStatusFileProvider Modifier and Type Method Description static ISvnFileListHook
SvnCodec. fileListHook(ISVNStatusFileProvider provider)
-
Uses of ISVNStatusFileProvider in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as ISVNStatusFileProvider Modifier and Type Field Description private ISVNStatusFileProvider
SVNStatusClient. myFilesProvider
Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNStatusFileProvider Modifier and Type Method Description void
SVNStatusClient. setFilesProvider(ISVNStatusFileProvider filesProvider)
-