Uses of Class
org.tmatesoft.svn.core.internal.wc.SVNCompositeConfigFile
-
Packages that use SVNCompositeConfigFile Package Description org.tmatesoft.svn.core.internal.wc -
-
Uses of SVNCompositeConfigFile in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNCompositeConfigFile Modifier and Type Field Description private SVNCompositeConfigFile
DefaultSVNConnectionOptions. myConfigFile
private SVNCompositeConfigFile
DefaultSVNOptions. myConfigFile
private SVNCompositeConfigFile
DefaultSVNConnectionOptions. myServersFile
private SVNCompositeConfigFile
DefaultSVNHostOptions. myServersFile
private SVNCompositeConfigFile
DefaultSVNHostOptionsProvider. myServersFile
Methods in org.tmatesoft.svn.core.internal.wc that return SVNCompositeConfigFile Modifier and Type Method Description private SVNCompositeConfigFile
DefaultSVNConnectionOptions. getConfigFile()
private SVNCompositeConfigFile
DefaultSVNOptions. getConfigFile()
private SVNCompositeConfigFile
DefaultSVNConnectionOptions. getServersFile()
private SVNCompositeConfigFile
DefaultSVNHostOptions. getServersFile()
protected SVNCompositeConfigFile
DefaultSVNHostOptionsProvider. getServersFile()
Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type SVNCompositeConfigFile Constructor Description DefaultSVNConnectionOptions(SVNCompositeConfigFile serversFile, SVNCompositeConfigFile configFile)
DefaultSVNHostOptions(SVNCompositeConfigFile serversFile, SVNURL url)
ExtendedHostOptions(SVNCompositeConfigFile serversFile, SVNURL url)
-