Uses of Enum Class
com.tailf.maapi.CLIInteractionFlag
Package
Description
MAAPI is an API which provides full access to the systems internal
transaction engine.
-
Uses of CLIInteractionFlag in com.tailf.maapi
Modifier 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.Modifier 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.