public class GpgSignHandler
extends org.kohsuke.args4j.spi.StringOptionHandler
--gpg-sign option of the
commit command.
The following rules apply:
--gpg-sign is passed, then it
is the same as --gpg-sign=default| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT
The value "default" which will be used when just the option is specified
without any argument
|
| Constructor and Description |
|---|
GpgSignHandler(org.kohsuke.args4j.CmdLineParser parser,
org.kohsuke.args4j.OptionDef option,
org.kohsuke.args4j.spi.Setter<? super String> setter)
Constructor for GpgSignHandler.
|
| Modifier and Type | Method and Description |
|---|---|
int |
parseArguments(org.kohsuke.args4j.spi.Parameters params) |
public static final String DEFAULT
public GpgSignHandler(org.kohsuke.args4j.CmdLineParser parser,
org.kohsuke.args4j.OptionDef option,
org.kohsuke.args4j.spi.Setter<? super String> setter)
Constructor for GpgSignHandler.
parser - The parser to which this handler belongs.option - The annotation.setter - Object to be used for setting value.Copyright © 2019 Eclipse JGit Project. All rights reserved.