| Package | Description |
|---|---|
| eu.toennies.javahttpobservatoryapi |
Provides the classes necessary to make an API call to Mozilla's http observatory.
|
| eu.toennies.javahttpobservatoryapi.commands |
| Modifier and Type | Method and Description |
|---|---|
void |
HelpFormatter.printHelp(ApiCommands[] commands)
Print the help for
ApiCommands with the specified command
line syntax. |
void |
HelpFormatter.printHelp(int width,
String cmdLineSyntax,
String header,
ApiCommands[] commands,
int leftPad,
int descPad,
String footer)
Print the help for
ApiCommands[] with the specified command
line syntax. |
void |
HelpFormatter.printHelp(int width,
String cmdLineSyntax,
String header,
ApiCommands[] commands,
String footer)
Print the help for
ApiCommands[] with the specified command
line syntax. |
void |
HelpFormatter.printOptions(int width,
ApiCommands[] commands,
int leftPad,
int descPad)
Print the help for the specified Options to the specified writer, using
the specified width, left padding and description padding.
|
protected StringBuffer |
HelpFormatter.renderCommands(StringBuffer sb,
int width,
ApiCommands[] commands,
int leftPad,
int descPad)
Render the specified ApiCommands and return the rendered ApiCommand in a
StringBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static ApiCommands |
ApiCommands.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiCommands[] |
ApiCommands.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.