Uses of Enum Class
org.apache.nifi.bootstrap.command.io.BootstrapArgument
Packages that use BootstrapArgument
-
Uses of BootstrapArgument in org.apache.nifi.bootstrap.command
Methods in org.apache.nifi.bootstrap.command with parameters of type BootstrapArgumentModifier and TypeMethodDescriptionprivate BootstrapCommand
StandardBootstrapCommandProvider.getBootstrapCommand
(BootstrapArgument bootstrapArgument, String[] arguments) -
Uses of BootstrapArgument in org.apache.nifi.bootstrap.command.io
Methods in org.apache.nifi.bootstrap.command.io that return BootstrapArgumentModifier and TypeMethodDescriptionstatic BootstrapArgument
Returns the enum constant of this class with the specified name.static BootstrapArgument[]
BootstrapArgument.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.nifi.bootstrap.command.io that return types with arguments of type BootstrapArgumentModifier and TypeMethodDescriptionBootstrapArgumentParser.getBootstrapArgument
(String[] arguments) Get Bootstrap Argument from application argumentsStandardBootstrapArgumentParser.getBootstrapArgument
(String[] arguments) Get Bootstrap Argument from first argument provided