org.apache.maven.scm.providers.svn.settings
Class Settings
java.lang.Object
org.apache.maven.scm.providers.svn.settings.Settings
- All Implemented Interfaces:
- Serializable
public class Settings
- extends Object
- implements Serializable
null
- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Settings
public Settings()
getConfigDirectory
public String getConfigDirectory()
- Get
Instructs Subversion to read configuration
information from the specified directory instead of the
default location.
setConfigDirectory
public void setConfigDirectory(String configDirectory)
- Set
Instructs Subversion to read configuration
information from the specified directory instead of the
default location.
- Parameters:
configDirectory -
setModelEncoding
public void setModelEncoding(String modelEncoding)
getModelEncoding
public String getModelEncoding()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.