public class Settings extends Object implements Serializable
Constructor and Description |
---|
Settings() |
Modifier and Type | Method and Description |
---|---|
String |
getModelEncoding()
Get the modelEncoding field.
|
String |
getRevParseDateFormat()
Get git format allowed by changelog command.
|
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(String modelEncoding)
Set the modelEncoding field.
|
void |
setRevParseDateFormat(String revParseDateFormat)
Set git format allowed by changelog command.
|
void |
setTraceGitCommand(String traceGitCommand)
Set traces the execution of a git command.
|
public Settings()
public String getModelEncoding()
public String getRevParseDateFormat()
public String getTraceGitCommand()
public boolean isCommitNoVerify()
public void setCommitNoVerify(boolean commitNoVerify)
commitNoVerify
- public void setModelEncoding(String modelEncoding)
modelEncoding
- public void setRevParseDateFormat(String revParseDateFormat)
revParseDateFormat
- public void setTraceGitCommand(String traceGitCommand)
traceGitCommand
- Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.