Uses of Class
org.apache.juneau.collections.Args
Packages that use Args
Package
Description
- 
Uses of Args in org.apache.juneau.examples.rest.commandMethods in org.apache.juneau.examples.rest.command with parameters of type ArgsModifier and TypeMethodDescriptionbooleanEchoCommand.execute(Scanner in, PrintWriter out, Args args) 
- 
Uses of Args in org.apache.juneau.microserviceMethods 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.booleanMicroservice.executeCommand(Args args, Scanner in, PrintWriter out) Executes a console command.
- 
Uses of Args in org.apache.juneau.microservice.consoleMethods in org.apache.juneau.microservice.console with parameters of type ArgsModifier and TypeMethodDescriptionbooleanConfigCommand.execute(Scanner in, PrintWriter out, Args args) abstract booleanConsoleCommand.execute(Scanner in, PrintWriter out, Args args) Executes a command.booleanExitCommand.execute(Scanner in, PrintWriter out, Args args) booleanHelpCommand.execute(Scanner in, PrintWriter out, Args args) booleanRestartCommand.execute(Scanner in, PrintWriter out, Args args) 
- 
Uses of Args in org.apache.juneau.microservice.jettyMethods in org.apache.juneau.microservice.jetty with parameters of type ArgsModifier and TypeMethodDescription
- 
Uses of Args in org.apache.juneau.svl.varsMethods in org.apache.juneau.svl.vars with parameters of type Args