public class DefaultSVNHostOptionsProvider extends java.lang.Object implements ISVNHostOptionsProvider
Modifier and Type | Field and Description |
---|---|
private java.io.File |
myConfigDirectory |
private SVNCompositeConfigFile |
myServersFile |
private java.util.Map |
myServersOptions |
Constructor and Description |
---|
DefaultSVNHostOptionsProvider() |
DefaultSVNHostOptionsProvider(java.io.File configDirectory) |
Modifier and Type | Method and Description |
---|---|
ISVNHostOptions |
getHostOptions(SVNURL url) |
protected SVNCompositeConfigFile |
getServersFile() |
void |
setInMemoryServersOptions(java.util.Map serversOptions) |
private final java.io.File myConfigDirectory
private SVNCompositeConfigFile myServersFile
private java.util.Map myServersOptions
public DefaultSVNHostOptionsProvider()
public DefaultSVNHostOptionsProvider(java.io.File configDirectory)
public void setInMemoryServersOptions(java.util.Map serversOptions)
protected SVNCompositeConfigFile getServersFile()
public ISVNHostOptions getHostOptions(SVNURL url)
getHostOptions
in interface ISVNHostOptionsProvider