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
The root command.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.io7m.brooklime.cmdline.internal.BLCommandType
BLCommandType.Status -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BLCommandRoot
public BLCommandRoot()The root command.
-
-
Method Details
-
execute
Set up logging for other commands.- Specified by:
executein interfaceBLCommandType- Returns:
- The command status
- Throws:
BLExceptionIOException
-