class Config extends TextBuiltin
TextBuiltin.TerminatedByHelpException
Modifier and Type | Field and Description |
---|---|
private java.io.File |
configFile |
private boolean |
global |
private boolean |
list |
private boolean |
local |
private boolean |
system |
Constructor and Description |
---|
Config() |
Modifier and Type | Method and Description |
---|---|
private boolean |
isListAll() |
private void |
list() |
private void |
list(StoredConfig config) |
protected void |
run()
Perform the actions of this command.
|
abbreviateRef, containsHelp, die, die, die, die, execute, getErrorWriter, getOutputWriter, getRepository, getResourceBundle, init, initRaw, parseArguments, printUsage, printUsageAndExit, printUsageAndExit, requiresRepository, resolve, setCommandName
private boolean system
private boolean global
private boolean local
private boolean list
private java.io.File configFile
protected void run()
This method should only be invoked by TextBuiltin.execute(String[])
.
run
in class TextBuiltin
private void list() throws java.io.IOException, ConfigInvalidException
java.io.IOException
ConfigInvalidException
private boolean isListAll()
private void list(StoredConfig config) throws java.io.IOException, ConfigInvalidException
java.io.IOException
ConfigInvalidException