Class Settings
- java.lang.Object
- 
- org.apache.maven.scm.providers.gitlib.settings.Settings
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class Settings extends Object implements Serializable Class Settings.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description Settings()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGitCommand()Get the actual name of the git executable.StringgetModelEncoding()Get the modelEncoding field.StringgetRevParseDateFormat()Get git format allowed by changelog command.StringgetTraceGitCommand()Get traces the execution of a git command.booleanisCommitNoVerify()Get use the option --no-verify (can prevent trailing whitespace issue with cygwin).voidsetCommitNoVerify(boolean commitNoVerify)Set use the option --no-verify (can prevent trailing whitespace issue with cygwin).voidsetGitCommand(String gitCommand)Set the actual name of the git executable.voidsetModelEncoding(String modelEncoding)Set the modelEncoding field.voidsetRevParseDateFormat(String revParseDateFormat)Set git format allowed by changelog command.voidsetTraceGitCommand(String traceGitCommand)Set traces the execution of a git command.
 
- 
- 
- 
Constructor Detail- 
Settingspublic Settings() 
 
- 
 - 
Method Detail- 
getGitCommandpublic String getGitCommand() Get the actual name of the git executable.- Returns:
- String
 
 - 
getModelEncodingpublic String getModelEncoding() Get the modelEncoding field.- Returns:
- String
 
 - 
getRevParseDateFormatpublic String getRevParseDateFormat() Get git format allowed by changelog command.- Returns:
- String
 
 - 
getTraceGitCommandpublic String getTraceGitCommand() Get traces the execution of a git command. could be 1,2, true or a file location.- Returns:
- String
 
 - 
isCommitNoVerifypublic boolean isCommitNoVerify() Get use the option --no-verify (can prevent trailing whitespace issue with cygwin).- Returns:
- boolean
 
 - 
setCommitNoVerifypublic void setCommitNoVerify(boolean commitNoVerify) Set use the option --no-verify (can prevent trailing whitespace issue with cygwin).- Parameters:
- commitNoVerify- a commitNoVerify object.
 
 - 
setGitCommandpublic void setGitCommand(String gitCommand) Set the actual name of the git executable.- Parameters:
- gitCommand- a gitCommand object.
 
 - 
setModelEncodingpublic void setModelEncoding(String modelEncoding) Set the modelEncoding field.- Parameters:
- modelEncoding- a modelEncoding object.
 
 - 
setRevParseDateFormatpublic void setRevParseDateFormat(String revParseDateFormat) Set git format allowed by changelog command.- Parameters:
- revParseDateFormat- a revParseDateFormat object.
 
 - 
setTraceGitCommandpublic void setTraceGitCommand(String traceGitCommand) Set traces the execution of a git command. could be 1,2, true or a file location.- Parameters:
- traceGitCommand- a traceGitCommand object.
 
 
- 
 
-