Interface BLCommandType
-
- All Known Implementing Classes:
BLCommandCloseStagingRepository,BLCommandCreateStagingRepository,BLCommandDropStagingRepository,BLCommandListStagingRepositories,BLCommandReleaseStagingRepository,BLCommandRoot,BLCommandShowStagingRepository,BLCommandUploadToStagingRepository,BLCommandVersion
public interface BLCommandTypeThe base type of commands.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBLCommandType.Status
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BLCommandType.Statusexecute()Execute the command.
-
-
-
Method Detail
-
execute
BLCommandType.Status execute() throws java.lang.Exception
Execute the command.- Returns:
- The resulting command status
- Throws:
java.lang.Exception- On errors.
-
-