Index
All Classes and Interfaces|All Packages
E
- execute(String[]) - Method in class io.github.p4suta.register.cli.RegisterCommand
-
Parse, then run, returning a process exit code:
0on success,2on a usage error (bad option or argument), and a sysexits-flavored code on a run failure (the sharedExceptionMappermaps the failure'sErrorCategoryto itsexitCode()— e.g.
I
- io.github.p4suta.register - package io.github.p4suta.register
- io.github.p4suta.register.cli - package io.github.p4suta.register.cli
-
The command-line front end (Apache Commons CLI) and the one layer allowed to write to
System.out/System.err.
M
- main(String[]) - Static method in class io.github.p4suta.register.Main
-
CLI entry point: install the fatal uncaught-exception handler, parse and run, then translate the result into a process exit code.
- Main - Class in io.github.p4suta.register
-
Process entry point.
R
- RegisterCommand - Class in io.github.p4suta.register.cli
-
Command-line front end: parse arguments with Apache Commons CLI, build a
RegistrationService.Config, run. - RegisterCommand() - Constructor for class io.github.p4suta.register.cli.RegisterCommand
All Classes and Interfaces|All Packages