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

java.lang.Object
  extended by org.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 getCygwinMountPath()
          Get The cygwin mount path.
 java.lang.String getModelEncoding()
           
 boolean isUseCygwinPath()
          Get Must be true if svn is a cygwin svn command.
 boolean isUseNonInteractive()
          Get Switch off if you do not like to use --non-interactive e.g.
 void setConfigDirectory(java.lang.String configDirectory)
          Set Instructs Subversion to read configuration information from the specified directory instead of the default location.
 void setCygwinMountPath(java.lang.String cygwinMountPath)
          Set The cygwin mount path.
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setUseCygwinPath(boolean useCygwinPath)
          Set Must be true if svn is a cygwin svn command.
 void setUseNonInteractive(boolean useNonInteractive)
          Set Switch off if you do not like to use --non-interactive e.g.
 
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.


getCygwinMountPath

public java.lang.String getCygwinMountPath()
Get The cygwin mount path. The default value is '/cygwin'.


isUseCygwinPath

public boolean isUseCygwinPath()
Get Must be true if svn is a cygwin svn command.


isUseNonInteractive

public boolean isUseNonInteractive()
Get Switch off if you do not like to use --non-interactive e.g. on Leopard (see SCM-402).


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 -

setCygwinMountPath

public void setCygwinMountPath(java.lang.String cygwinMountPath)
Set The cygwin mount path. The default value is '/cygwin'.

Parameters:
cygwinMountPath -

setUseCygwinPath

public void setUseCygwinPath(boolean useCygwinPath)
Set Must be true if svn is a cygwin svn command.

Parameters:
useCygwinPath -

setUseNonInteractive

public void setUseNonInteractive(boolean useNonInteractive)
Set Switch off if you do not like to use --non-interactive e.g. on Leopard (see SCM-402).

Parameters:
useNonInteractive -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


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