protected String | createPadding(int len)
|
protected int | findWrapPos(String text, int width, int startPos) - Finds the next text wrap position after
startPos for the text
in sb with the column width width .
|
void | printHelp(PrintWriter pw, int width, String cmdLineSyntax, String header, Options options, int leftPad, int descPad, String footer)
|
void | printHelp(PrintWriter pw, int width, String cmdLineSyntax, String header, Options options, int leftPad, int descPad, String footer, boolean autoUsage)
|
void | printHelp(String cmdLineSyntax, String header, Options options, String footer)
|
void | printHelp(String cmdLineSyntax, String header, Options options, String footer, boolean autoUsage)
|
void | printHelp(String cmdLineSyntax, Options options)
|
void | printHelp(String cmdLineSyntax, Options options, boolean autoUsage)
|
void | printHelp(int width, String cmdLineSyntax, String header, Options options, String footer)
|
void | printHelp(int width, String cmdLineSyntax, String header, Options options, String footer, boolean autoUsage)
|
void | printOptions(PrintWriter pw, int width, Options options, int leftPad, int descPad)
|
void | printUsage(PrintWriter pw, int width, String cmdLineSyntax)
|
void | printUsage(PrintWriter pw, int width, String app, Options options) - Prints the usage statement for the specified application.
|
void | printWrapped(PrintWriter pw, int width, String text)
|
void | printWrapped(PrintWriter pw, int width, int nextLineTabStop, String text)
|
protected StringBuffer | renderOptions(StringBuffer sb, int width,
|