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

java.lang.Object
  extended by org.apache.maven.scm.providers.gitlib.settings.Settings
All Implemented Interfaces:
Serializable

public class Settings
extends Object
implements Serializable

null

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

Constructor Summary
Settings()
           
 
Method Summary
 String getModelEncoding()
           
 String getRevParseDateFormat()
          Get git format allowed by changelog command.
 String getTraceGitCommand()
          Get Traces the execution of a git command.
 void setModelEncoding(String modelEncoding)
           
 void setRevParseDateFormat(String revParseDateFormat)
          Set git format allowed by changelog command.
 void setTraceGitCommand(String traceGitCommand)
          Set Traces the execution of a git command.
 
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

getRevParseDateFormat

public String getRevParseDateFormat()
Get git format allowed by changelog command.


getTraceGitCommand

public String getTraceGitCommand()
Get Traces the execution of a git command. could be 1,2, true or a file location


setRevParseDateFormat

public void setRevParseDateFormat(String revParseDateFormat)
Set git format allowed by changelog command.

Parameters:
revParseDateFormat -

setTraceGitCommand

public void setTraceGitCommand(String traceGitCommand)
Set Traces the execution of a git command. could be 1,2, true or a file location

Parameters:
traceGitCommand -

setModelEncoding

public void setModelEncoding(String modelEncoding)

getModelEncoding

public String getModelEncoding()


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