Uses of Class
org.lsst.ccs.CommandHelper
Packages that use CommandHelper
-
Uses of CommandHelper in org.lsst.ccs
Methods in org.lsst.ccs that return CommandHelperModifier and TypeMethodDescriptionprotected CommandHelperAgent.createHelper()This method can be overridden by subclasses of Agent to create a subclass of CommandHelper to be returned byAgent.helper()Set the duration for the commandSet the duration for the commandCommandHelper.enterFaultOnException(boolean enterFault) Controls whether exceptions should be thrown back to caller, or whether the should cause the subsystem to entry fault stateAgent.helper()A convenience method for creating a new CommandHelperCommandHelper.precondition(boolean ok) A simple precondition.CommandHelper.precondition(boolean ok, String reason, Object... args) A precondition with a reason.CommandHelper.precondition(boolean ok, String reason, Supplier<Object>... args) A precondition with a reason and delayed evaluation of provided arguments.CommandHelper.precondition(Enum... states) A precondition with one of more states.