Modifier and Type | Method and Description |
---|---|
CLOption |
CLArgsParser.getArgumentById(int id)
Retrieve the
CLOption with specified id, or
null if no command line option is found. |
CLOption |
CLArgsParser.getArgumentByName(String name)
Retrieve the
CLOption with specified name, or
null if no command line option is found. |
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.