public class GlobalUsageSummary extends Object
Constructor and Description |
---|
GlobalUsageSummary() |
GlobalUsageSummary(int columnSize) |
Modifier and Type | Method and Description |
---|---|
void |
usage(GlobalMetadata global)
Display the help on System.out.
|
void |
usage(GlobalMetadata global,
StringBuilder out)
Store the help in the passed string builder.
|
void |
usage(GlobalMetadata global,
UsagePrinter out) |
public GlobalUsageSummary()
public GlobalUsageSummary(int columnSize)
public void usage(GlobalMetadata global)
public void usage(GlobalMetadata global, StringBuilder out)
public void usage(GlobalMetadata global, UsagePrinter out)
Copyright © 2012–2019. All rights reserved.