Uses of Class
adams.core.management.CommandResult
-
Packages that use CommandResult Package Description adams.core.command -
-
Uses of CommandResult in adams.core.command
Methods in adams.core.command with parameters of type CommandResult Modifier and Type Method Description protected String
AbstractExternalCommand. commandResultToError(CommandResult res)
Generates an error message from the command result.protected void
AbstractExternalCommand. log(CommandResult res)
For logging the result of a command.
-