Uses of Interface
org.tmatesoft.svn.core.internal.wc.ISVNHostOptionsProvider
-
Packages that use ISVNHostOptionsProvider Package Description org.tmatesoft.svn.core.internal.wc -
-
Uses of ISVNHostOptionsProvider in org.tmatesoft.svn.core.internal.wc
Classes in org.tmatesoft.svn.core.internal.wc that implement ISVNHostOptionsProvider Modifier and Type Class Description class
DefaultSVNAuthenticationManager.ExtendedHostOptionsProvider
class
DefaultSVNHostOptionsProvider
Methods in org.tmatesoft.svn.core.internal.wc that return ISVNHostOptionsProvider Modifier and Type Method Description ISVNHostOptionsProvider
DefaultSVNAuthenticationManager. getHostOptionsProvider()
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNHostOptionsProvider Modifier and Type Method Description protected void
DefaultSVNAuthenticationManager. setHostOptionsProvider(ISVNHostOptionsProvider hostOptionsProvider)
Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNHostOptionsProvider Constructor Description DefaultSVNPersistentAuthenticationProvider(java.io.File directory, java.lang.String userName, ISVNAuthenticationStorageOptions authOptions, DefaultSVNOptions defaultOptions, ISVNHostOptionsProvider hostOptionsProvider)
-