class RebuildRefTree extends TextBuiltin
TextBuiltin.TerminatedByHelpException
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
enable |
private java.lang.String |
txnCommitted |
private java.lang.String |
txnNamespace |
Constructor and Description |
---|
RebuildRefTree() |
Modifier and Type | Method and Description |
---|---|
private RefTree |
rebuild(RefDatabase refdb) |
protected void |
run()
Perform the actions of this command.
|
containsHelp, die, die, die, die, execute, getErrorWriter, getOutputWriter, getRepository, getResourceBundle, init, initRaw, parseArguments, printUsage, printUsageAndExit, printUsageAndExit, requiresRepository
boolean enable
private java.lang.String txnNamespace
private java.lang.String txnCommitted
protected void run() throws java.lang.Exception
This method should only be invoked by TextBuiltin.execute(String[])
.
run
in class TextBuiltin
java.lang.Exception
- an error occurred while processing the command. The main
framework will catch the exception and print a message on
standard error.private RefTree rebuild(RefDatabase refdb) throws java.io.IOException
java.io.IOException