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 classSVNStatusEditor.DefaultSVNStatusFileProviderprivate static classSVNStatusEditor.WrapperSVNStatusFileProviderFields in org.tmatesoft.svn.core.internal.wc declared as ISVNStatusFileProvider Modifier and Type Field Description private ISVNStatusFileProviderSVNStatusEditor.WrapperSVNStatusFileProvider. myDefaultprivate ISVNStatusFileProviderSVNStatusEditor. myDefaultFileProviderprivate ISVNStatusFileProviderSVNStatusEditor.WrapperSVNStatusFileProvider. myDelegateprivate ISVNStatusFileProviderSVNStatusEditor. myFileProviderMethods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNStatusFileProvider Modifier and Type Method Description voidSVNStatusEditor. 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 ISVNStatusFileProviderSVNStatusClient16. myFilesProviderMethods in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNStatusFileProvider Modifier and Type Method Description voidSVNStatusClient16. 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 ISVNStatusFileProviderSvnCodec. fileListProvider(ISvnFileListHook hook)Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type ISVNStatusFileProvider Modifier and Type Method Description static ISvnFileListHookSvnCodec. 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 ISVNStatusFileProviderSVNStatusClient. myFilesProviderMethods in org.tmatesoft.svn.core.wc with parameters of type ISVNStatusFileProvider Modifier and Type Method Description voidSVNStatusClient. setFilesProvider(ISVNStatusFileProvider filesProvider)
-