Uses of Class
org.apache.juneau.collections.Args
Packages that use Args
Package
Description
-
Uses of Args in org.apache.juneau.examples.rest.command
Methods in org.apache.juneau.examples.rest.command with parameters of type ArgsModifier and TypeMethodDescriptionboolean
EchoCommand.execute
(Scanner in, PrintWriter out, Args args) -
Uses of Args in org.apache.juneau.microservice
Methods in org.apache.juneau.microservice that return ArgsModifier and TypeMethodDescriptionMicroservice.getArgs()
Returns the command-line arguments passed into the application.Methods in org.apache.juneau.microservice with parameters of type ArgsModifier and TypeMethodDescriptionSpecifies the command-line arguments passed into the Java command.boolean
Microservice.executeCommand
(Args args, Scanner in, PrintWriter out) Executes a console command. -
Uses of Args in org.apache.juneau.microservice.console
Methods in org.apache.juneau.microservice.console with parameters of type ArgsModifier and TypeMethodDescriptionboolean
ConfigCommand.execute
(Scanner in, PrintWriter out, Args args) abstract boolean
ConsoleCommand.execute
(Scanner in, PrintWriter out, Args args) Executes a command.boolean
ExitCommand.execute
(Scanner in, PrintWriter out, Args args) boolean
HelpCommand.execute
(Scanner in, PrintWriter out, Args args) boolean
RestartCommand.execute
(Scanner in, PrintWriter out, Args args) -
Uses of Args in org.apache.juneau.microservice.jetty
Methods in org.apache.juneau.microservice.jetty with parameters of type ArgsModifier and TypeMethodDescription -
Uses of Args in org.apache.juneau.svl.vars
Methods in org.apache.juneau.svl.vars with parameters of type Args