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
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNStatusFileProvider Modifier and Type Method Description void
SVNStatusEditor. setFileProvider(ISVNStatusFileProvider fileProvider)
-
Uses of ISVNStatusFileProvider in org.tmatesoft.svn.core.internal.wc16
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
Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNStatusFileProvider Modifier and Type Method Description void
SVNStatusClient. setFilesProvider(ISVNStatusFileProvider filesProvider)
-