Class BLCommandRoot
java.lang.Object
com.io7m.brooklime.cmdline.internal.BLCommandRoot
- All Implemented Interfaces:
BLCommandType
- Direct Known Subclasses:
BLCommandCloseStagingRepository,BLCommandCreateStagingRepository,BLCommandDropStagingRepository,BLCommandListStagingRepositories,BLCommandReleaseStagingRepository,BLCommandShowStagingRepository,BLCommandUploadToStagingRepository,BLCommandVersion
public class BLCommandRoot extends java.lang.Object implements BLCommandType
The root command.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.io7m.brooklime.cmdline.internal.BLCommandType
BLCommandType.Status -
Constructor Summary
Constructors Constructor Description BLCommandRoot() -
Method Summary
Modifier and Type Method Description BLCommandType.Statusexecute()Set up logging for other commands.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BLCommandRoot
public BLCommandRoot()
-
-
Method Details
-
execute
Set up logging for other commands.- Specified by:
executein interfaceBLCommandType- Returns:
- The command status
- Throws:
java.lang.Exception- On errors
-