(PrintStream out, PrintStream err, String... args)
| 41 | Set<Object> getFlagObjects(); |
| 42 | |
| 43 | Executable configure(PrintStream out, PrintStream err, String... args); |
| 44 | |
| 45 | default boolean isShown() { |
| 46 | return true; |
no outgoing calls
no test coverage detected