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 class  BLCommandType.Status  
  • Method Summary

    Modifier and Type Method Description
    BLCommandType.Status execute()
    Execute the command.
  • Method Details

    • execute

      BLCommandType.Status execute() throws java.lang.Exception
      Execute the command.
      Returns:
      The resulting command status
      Throws:
      java.lang.Exception - On errors.