public interface CommandLineArguments
| Modifier and Type | Method and Description |
|---|---|
URL |
buildURL()
Compute the full URL to connect to.
|
boolean |
isUsage()
Should command usage be displayed?
|
void |
validate()
Validate the parameter set.
|
boolean isUsage()
void validate()
IllegalArgumentException - if the parameters are invalid@Nonnull URL buildURL() throws MalformedURLException
MalformedURLException - if the URL constructed is invalidCopyright © 1999–2014. All rights reserved.