Class CAICmdFileGet
java.lang.Object
com.io7m.cardant.server.controller.inventory.CAICmdAbstract<CAICommandFileGet>
com.io7m.cardant.server.controller.inventory.CAICmdFileGet
- All Implemented Interfaces:
CACommandExecutorType<CAICommandContext,CAICommandFileGet, CAIResponseType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CAIResponseTypeexecuteActual(CAICommandContext context, CAICommandFileGet command) Methods inherited from class com.io7m.cardant.server.controller.inventory.CAICmdAbstract
execute
-
Constructor Details
-
CAICmdFileGet
public CAICmdFileGet()- See Also:
-
-
Method Details
-
executeActual
protected CAIResponseType executeActual(CAICommandContext context, CAICommandFileGet command) throws CASecurityException, CADatabaseException, CACommandExecutionFailure - Specified by:
executeActualin classCAICmdAbstract<CAICommandFileGet>- Throws:
CASecurityExceptionCADatabaseExceptionCACommandExecutionFailure
-