Class BLCommandListStagingRepositories
java.lang.Object
com.io7m.brooklime.cmdline.internal.BLCommandRoot
com.io7m.brooklime.cmdline.internal.BLCommandListStagingRepositories
- All Implemented Interfaces:
BLCommandType
public final class BLCommandListStagingRepositories extends BLCommandRoot
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.io7m.brooklime.cmdline.internal.BLCommandType
BLCommandType.Status -
Constructor Summary
Constructors Constructor Description BLCommandListStagingRepositories() -
Method Summary
Modifier and Type Method Description BLCommandType.Statusexecute()Set up logging for other commands.
-
Constructor Details
-
BLCommandListStagingRepositories
public BLCommandListStagingRepositories()
-
-
Method Details
-
execute
Description copied from class:BLCommandRootSet up logging for other commands.- Specified by:
executein interfaceBLCommandType- Overrides:
executein classBLCommandRoot- Returns:
- The command status
- Throws:
java.lang.Exception- On errors
-