Uses of Enum Class
org.apache.nifi.bootstrap.CommandResult
Packages that use CommandResult
-
Uses of CommandResult in org.apache.nifi.bootstrap
Methods in org.apache.nifi.bootstrap that return CommandResultModifier and TypeMethodDescriptionBootstrapCommunicator.sendCommand(String command, String... args) Sends a command with specific arguments to the bootstrap processstatic CommandResultReturns the enum constant of this class with the specified name.static CommandResult[]CommandResult.values()Returns an array containing the constants of this enum class, in the order they are declared.