public class ArgumentParser extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ArgumentParser.Results |
Constructor and Description |
---|
ArgumentParser() |
Modifier and Type | Method and Description |
---|---|
ArgumentParser |
expect(String shortName,
String longName,
Class<?> type,
Object defaultValue) |
ArgumentParser.Results |
parse(String[] args) |
public ArgumentParser expect(String shortName, String longName, Class<?> type, Object defaultValue)
public ArgumentParser.Results parse(String[] args)
Copyright © 2015 International Business Machines Corporation. All rights reserved.