Uses of Enum Class
com.tailf.maapi.CLIInteractionFlag
Packages that use CLIInteractionFlag
Package
Description
MAAPI is an API which provides full access to the systems internal
transaction engine.
-
Uses of CLIInteractionFlag in com.tailf.maapi
Methods in com.tailf.maapi that return CLIInteractionFlagModifier and TypeMethodDescriptionstatic CLIInteractionFlag
CLIInteractionFlag.valueOf
(int i) Returns the enum constant of this class with the specified name.static CLIInteractionFlag
Returns the enum constant of this class with the specified name.static CLIInteractionFlag[]
CLIInteractionFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.tailf.maapi with type arguments of type CLIInteractionFlagModifier and TypeMethodDescriptionvoid
CLIInteraction.cmd
(String command, EnumSet<CLIInteractionFlag> flags) Execute CLI command in ongoing CLI session.void
CLIInteraction.cmd
(String command, EnumSet<CLIInteractionFlag> flags, String unhide) Execute CLI command in ongoing CLI session.CLIInteraction.cmdIO
(String command, EnumSet<CLIInteractionFlag> flags, String unhide) Execute CLI command in ongoing CLI session and output result on socket.