Class BLCommandUploadToStagingRepository
- java.lang.Object
-
- com.io7m.brooklime.cmdline.internal.BLCommandRoot
-
- com.io7m.brooklime.cmdline.internal.BLCommandUploadToStagingRepository
-
- All Implemented Interfaces:
BLCommandType
public final class BLCommandUploadToStagingRepository extends BLCommandRoot
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.io7m.brooklime.cmdline.internal.BLCommandType
BLCommandType.Status
-
-
Constructor Summary
Constructors Constructor Description BLCommandUploadToStagingRepository()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BLCommandType.Statusexecute()Set up logging for other commands.
-
-
-
Method Detail
-
execute
public BLCommandType.Status execute() throws java.lang.Exception
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
-
-