public class SVNConfigFile extends Object
Constructor and Description |
---|
SVNConfigFile(File file) |
Modifier and Type | Method and Description |
---|---|
static void |
createDefaultConfiguration(File configDir) |
void |
deleteGroup(String groupName,
boolean save) |
protected String[] |
getLines() |
Map |
getProperties(String groupName) |
String |
getPropertyValue(String groupName,
String propertyName) |
boolean |
isModified() |
void |
save() |
void |
setPropertyValue(String groupName,
String propertyName,
String propertyValue,
boolean save) |
public SVNConfigFile(File file)
protected String[] getLines()
public void setPropertyValue(String groupName, String propertyName, String propertyValue, boolean save)
public void deleteGroup(String groupName, boolean save)
public void save()
public boolean isModified()
public static void createDefaultConfiguration(File configDir)
Copyright © 2022. All rights reserved.