Class SVNCompositeConfigFile
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc.SVNCompositeConfigFile
-
public class SVNCompositeConfigFile extends java.lang.Object
- Version:
- 1.0
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Constructor Description SVNCompositeConfigFile(SVNConfigFile systemFile, SVNConfigFile userFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map
getProperties(java.lang.String groupName)
java.lang.String
getPropertyValue(java.lang.String groupName, java.lang.String propertyName)
boolean
isModfied()
void
save()
void
setGroupsToOptions(java.util.Map groupToOptions)
void
setPropertyValue(java.lang.String groupName, java.lang.String propertyName, java.lang.String propertyValue, boolean save)
-
-
-
Constructor Detail
-
SVNCompositeConfigFile
public SVNCompositeConfigFile(SVNConfigFile systemFile, SVNConfigFile userFile)
-
-
Method Detail
-
getProperties
public java.util.Map getProperties(java.lang.String groupName)
-
setGroupsToOptions
public void setGroupsToOptions(java.util.Map groupToOptions)
-
getPropertyValue
public java.lang.String getPropertyValue(java.lang.String groupName, java.lang.String propertyName)
-
setPropertyValue
public void setPropertyValue(java.lang.String groupName, java.lang.String propertyName, java.lang.String propertyValue, boolean save)
-
isModfied
public boolean isModfied()
-
save
public void save()
-
-