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 ClassesModifier and TypeInterfaceDescriptionstatic enumThe type of command status values. -
Method Summary
-
Method Details
-
execute
Execute the command.- Returns:
- The resulting command status
- Throws:
Exception- On errors.
-