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