Class SVNConfigFile
java.lang.Object
org.tmatesoft.svn.core.internal.wc.SVNConfigFile
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
createDefaultConfiguration
(File configDir) void
deleteGroup
(String groupName, boolean save) private String[]
protected String[]
getLines()
getProperties
(String groupName) private static String
getPropertyName
(String line) private static String
getPropertyValue
(String line) getPropertyValue
(String groupName, String propertyName) boolean
private void
load()
private static boolean
matchGroup
(String line, String name) private static boolean
matchProperty
(String line, String name) void
save()
void
setPropertyValue
(String groupName, String propertyName, String propertyValue, boolean save) private static void
-
Field Details
-
myFile
-
myLines
-
myLastModified
private long myLastModified
-
-
Constructor Details
-
SVNConfigFile
-
-
Method Details
-
getLines
-
getProperties
-
getPropertyValue
-
setPropertyValue
-
deleteGroup
-
matchGroup
-
matchProperty
-
getPropertyValue
-
getPropertyName
-
save
public void save() -
load
private void load() -
isModified
public boolean isModified() -
doLoad
-
createDefaultConfiguration
-
writeFile
-