Uses of Class
org.tmatesoft.svn.core.internal.wc.SVNConfigFile
-
Packages that use SVNConfigFile Package Description org.tmatesoft.svn.core.internal.io.fs org.tmatesoft.svn.core.internal.wc -
-
Uses of SVNConfigFile in org.tmatesoft.svn.core.internal.io.fs
Fields in org.tmatesoft.svn.core.internal.io.fs declared as SVNConfigFile Modifier and Type Field Description private SVNConfigFile
FSFS. myConfig
Methods in org.tmatesoft.svn.core.internal.io.fs that return SVNConfigFile Modifier and Type Method Description private SVNConfigFile
FSFS. loadConfig()
-
Uses of SVNConfigFile in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNConfigFile Modifier and Type Field Description private SVNConfigFile
SVNCompositeConfigFile. mySystemFile
private SVNConfigFile
SVNCompositeConfigFile. myUserFile
Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type SVNConfigFile Constructor Description SVNCompositeConfigFile(SVNConfigFile systemFile, SVNConfigFile userFile)
-