org.apache.maven.scm.providers.svn.settings
Class Settings

java.lang.Object
  extended byorg.apache.maven.scm.providers.svn.settings.Settings
All Implemented Interfaces:
java.io.Serializable

public class Settings
extends java.lang.Object
implements java.io.Serializable

null

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Settings()
           
 
Method Summary
 java.lang.String getConfigDirectory()
          Get Instructs Subversion to read configuration information from the specified directory instead of the default location.
 java.lang.String getModelEncoding()
           
 void setConfigDirectory(java.lang.String configDirectory)
          Set Instructs Subversion to read configuration information from the specified directory instead of the default location.
 void setModelEncoding(java.lang.String modelEncoding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Settings

public Settings()
Method Detail

getConfigDirectory

public java.lang.String getConfigDirectory()
Get Instructs Subversion to read configuration information from the specified directory instead of the default location.


setConfigDirectory

public void setConfigDirectory(java.lang.String configDirectory)
Set Instructs Subversion to read configuration information from the specified directory instead of the default location.

Parameters:
configDirectory -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.