public class UntrackedFilesHandler
extends org.kohsuke.args4j.spi.StringOptionHandler
--untracked-files
option of the
status
command.
The following rules apply:
--untracked-files
is passed,
then it is the same as --untracked-files=all
-u
alias is passed then it is the same as
--untracked-files
-uno
alias is passed then it is the same as
--untracked-files=no
-uall
alias is passed then it is the same as
--untracked-files=all
Constructor and Description |
---|
UntrackedFilesHandler(org.kohsuke.args4j.CmdLineParser parser,
org.kohsuke.args4j.OptionDef option,
org.kohsuke.args4j.spi.Setter<? super String> setter) |
Modifier and Type | Method and Description |
---|---|
int |
parseArguments(org.kohsuke.args4j.spi.Parameters params) |
public UntrackedFilesHandler(org.kohsuke.args4j.CmdLineParser parser, org.kohsuke.args4j.OptionDef option, org.kohsuke.args4j.spi.Setter<? super String> setter)
parser
- The parser to which this handler belongs to.option
- The annotation.setter
- Object to be used for setting value.Copyright © 2015 Eclipse JGit Project. All rights reserved.