Class Settings
java.lang.Object
org.apache.maven.scm.providers.gitlib.settings.Settings
- All Implemented Interfaces:
Serializable
Class Settings.
- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanuse the option --no-verify (can prevent trailing whitespace issue with cygwin).private StringThe actual name of the git executable .private StringField modelEncoding.private Stringgit format allowed by changelog command.private StringTraces the execution of a git command. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the actual name of the git executable.Get the modelEncoding field.Get git format allowed by changelog command.Get traces the execution of a git command.booleanGet 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.
-
Field Details
-
revParseDateFormat
git format allowed by changelog command. -
traceGitCommand
Traces the execution of a git command. could be 1,2, true or a file location . -
gitCommand
The actual name of the git executable . -
commitNoVerify
private boolean commitNoVerifyuse the option --no-verify (can prevent trailing whitespace issue with cygwin). -
modelEncoding
Field modelEncoding.
-
-
Constructor Details
-
Settings
public Settings()
-
-
Method Details
-
getGitCommand
-
getModelEncoding
-
getRevParseDateFormat
-
getTraceGitCommand
Get traces the execution of a git command. could be 1,2, true or a file location.- Returns:
- String
-
isCommitNoVerify
public boolean isCommitNoVerify()Get use the option --no-verify (can prevent trailing whitespace issue with cygwin).- Returns:
- boolean
-
setCommitNoVerify
public void setCommitNoVerify(boolean commitNoVerify) Set use the option --no-verify (can prevent trailing whitespace issue with cygwin).- Parameters:
commitNoVerify- a commitNoVerify object.
-
setGitCommand
Set the actual name of the git executable.- Parameters:
gitCommand- a gitCommand object.
-
setModelEncoding
Set the modelEncoding field.- Parameters:
modelEncoding- a modelEncoding object.
-
setRevParseDateFormat
Set git format allowed by changelog command.- Parameters:
revParseDateFormat- a revParseDateFormat object.
-
setTraceGitCommand
Set traces the execution of a git command. could be 1,2, true or a file location.- Parameters:
traceGitCommand- a traceGitCommand object.
-