org.criticalsection.maven.scm.providers.monotone.settings
Class Settings

java.lang.Object
  extended by org.criticalsection.maven.scm.providers.monotone.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 Monotone to read configuration information from the specified directory instead of the default location.
 java.lang.String getDatabase()
          Get Instructs Monotone to use the specified database for operations.
 java.lang.String getKey()
          Get Instructs Monotone to use the specified key for commit operations.
 java.lang.String getKeyringDirectory()
          Get Instructs Monotone to read the keys from the specified directory instead of the default location.
 java.lang.String getModelEncoding()
           
 void setConfigDirectory(java.lang.String configDirectory)
          Set Instructs Monotone to read configuration information from the specified directory instead of the default location.
 void setDatabase(java.lang.String database)
          Set Instructs Monotone to use the specified database for operations.
 void setKey(java.lang.String key)
          Set Instructs Monotone to use the specified key for commit operations.
 void setKeyringDirectory(java.lang.String keyringDirectory)
          Set Instructs Monotone to read the keys 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 Monotone to read configuration information from the specified directory instead of the default location.


getDatabase

public java.lang.String getDatabase()
Get Instructs Monotone to use the specified database for operations.


getKey

public java.lang.String getKey()
Get Instructs Monotone to use the specified key for commit operations.


getKeyringDirectory

public java.lang.String getKeyringDirectory()
Get Instructs Monotone to read the keys from the specified directory instead of the default location.


setConfigDirectory

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

Parameters:
configDirectory -

setDatabase

public void setDatabase(java.lang.String database)
Set Instructs Monotone to use the specified database for operations.

Parameters:
database -

setKey

public void setKey(java.lang.String key)
Set Instructs Monotone to use the specified key for commit operations.

Parameters:
key -

setKeyringDirectory

public void setKeyringDirectory(java.lang.String keyringDirectory)
Set Instructs Monotone to read the keys from the specified directory instead of the default location.

Parameters:
keyringDirectory -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright © 2008 CriticalSection.Org. All Rights Reserved.