public interface GlobalUsageGenerator<T>
| Modifier and Type | Method and Description |
|---|---|
void |
usage(GlobalMetadata<T> global)
Generate the help and output it on standard out
|
void |
usage(GlobalMetadata<T> global,
OutputStream output)
Generate the help and output it to the stream
|
void usage(GlobalMetadata<T> global) throws IOException
global - Global MetadataIOException - Thrown if there is a problem generating usage outputvoid usage(GlobalMetadata<T> global, OutputStream output) throws IOException
global - Global metadataoutput - Stream to output toIOException - Thrown if there is a problem generating usage outputCopyright © 2012–2022. All rights reserved.