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:
Serializable

public class Settings
extends Object
implements Serializable

Class Settings.

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

Constructor Summary
Settings()
           
 
Method Summary
 String getConfigDirectory()
          Get instructs Subversion to read configuration information from the specified directory instead of the default location.
 String getCygwinMountPath()
          Get the cygwin mount path.
 String getModelEncoding()
          Get the modelEncoding field.
 boolean isTrustServerCert()
          Get switch on to use svn command line option: --trust-server-cert.
 boolean isUseAuthCache()
          Get switch on if you want to cache authentication credentials (Warning: this will overwrite existing authentication credentials on your working copy).
 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. on Leopard (see SCM-402).
 void setConfigDirectory(String configDirectory)
          Set instructs Subversion to read configuration information from the specified directory instead of the default location.
 void setCygwinMountPath(String cygwinMountPath)
          Set the cygwin mount path.
 void setModelEncoding(String modelEncoding)
          Set the modelEncoding field.
 void setTrustServerCert(boolean trustServerCert)
          Set switch on to use svn command line option: --trust-server-cert.
 void setUseAuthCache(boolean useAuthCache)
          Set switch on if you want to cache authentication credentials (Warning: this will overwrite existing authentication credentials on your working copy).
 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. on Leopard (see SCM-402).
 
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 String getConfigDirectory()
Get instructs Subversion to read configuration information from the specified directory instead of the default location.

Returns:
String

getCygwinMountPath

public String getCygwinMountPath()
Get the cygwin mount path.

Returns:
String

getModelEncoding

public String getModelEncoding()
Get the modelEncoding field.

Returns:
String

isTrustServerCert

public boolean isTrustServerCert()
Get switch on to use svn command line option: --trust-server-cert.

Returns:
boolean

isUseAuthCache

public boolean isUseAuthCache()
Get switch on if you want to cache authentication credentials (Warning: this will overwrite existing authentication credentials on your working copy). If you don't change this, the command line option --no-auth-cache is used.

Returns:
boolean

isUseCygwinPath

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

Returns:
boolean

isUseNonInteractive

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

Returns:
boolean

setConfigDirectory

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

Parameters:
configDirectory -

setCygwinMountPath

public void setCygwinMountPath(String cygwinMountPath)
Set the cygwin mount path.

Parameters:
cygwinMountPath -

setModelEncoding

public void setModelEncoding(String modelEncoding)
Set the modelEncoding field.

Parameters:
modelEncoding -

setTrustServerCert

public void setTrustServerCert(boolean trustServerCert)
Set switch on to use svn command line option: --trust-server-cert.

Parameters:
trustServerCert -

setUseAuthCache

public void setUseAuthCache(boolean useAuthCache)
Set switch on if you want to cache authentication credentials (Warning: this will overwrite existing authentication credentials on your working copy). If you don't change this, the command line option --no-auth-cache is used.

Parameters:
useAuthCache -

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 -


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.