Index

E I M R 
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: 0 on success, 2 on a usage error (bad option or argument), and a sysexits-flavored code on a run failure (the shared ExceptionMapper maps the failure's ErrorCategory to its exitCode() — 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
 
E I M R 
All Classes and Interfaces|All Packages