Uses of Class
org.apache.juneau.collections.Args
Packages that use Args
Package
Description
Collections classes
REST Command Examples
Microservice API
Microservice Console
Microservice API
Predefined SVL Variables
-
Uses of Args in org.apache.juneau.collections
Methods in org.apache.juneau.collections that return ArgsModifier and TypeMethodDescriptionArgs.modifiable()Args.session(BeanSession session) Args.setBeanSession(BeanSession value) Args.unmodifiable() -
Uses of Args in org.apache.juneau.examples.rest.command
Methods 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.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.booleanMicroservice.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 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.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