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:
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 getModelEncoding()
           
 java.lang.String getRevParseDateFormat()
          Get git format allowed by changelog command.
 java.lang.String getTraceGitCommand()
          Get Traces the execution of a git command.
 boolean isCommitNoVerify()
          Get use the option --no-verify (can prevent trailing whitespace issue with cygwin)
 void setCommitNoVerify(boolean commitNoVerify)
          Set use the option --no-verify (can prevent trailing whitespace issue with cygwin)
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setRevParseDateFormat(java.lang.String revParseDateFormat)
          Set git format allowed by changelog command.
 void setTraceGitCommand(java.lang.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 java.lang.String getRevParseDateFormat()
Get git format allowed by changelog command.


getTraceGitCommand

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


isCommitNoVerify

public boolean isCommitNoVerify()
Get use the option --no-verify (can prevent trailing whitespace issue with cygwin)


setCommitNoVerify

public void setCommitNoVerify(boolean commitNoVerify)
Set use the option --no-verify (can prevent trailing whitespace issue with cygwin)

Parameters:
commitNoVerify -

setRevParseDateFormat

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

Parameters:
revParseDateFormat -

setTraceGitCommand

public void setTraceGitCommand(java.lang.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(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


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