| Package | Description |
|---|---|
| snaq.util.jclap |
Library for parsing command-line arguments in Java applications.
|
| snaq.util.jclap.example |
Example application for demonstrating use of JCLAP library.
|
| Class and Description |
|---|
| EnumeratedOption
Implementation of an
Option with value restricted to an
enumeration of a specified return value type. |
| FileOption.FileFilter.AcceptExistance
Enumeration of possible file existence states to accept.
|
| FileOption.FileFilter.AcceptFileType
Enumeration of possible types to accept.
|
| Option
Base implementation of a command-line option.
|
| OptionException
Exception for command-line option parsing problems.
|
| OptionException.Type
Defines the types of
OptionException that exist. |
| StringOption
Implementation of an
Option with value of type String. |
| StringOption.Filter
Acceptance filter for
StringOption instances. |
| Class and Description |
|---|
| OptionException
Exception for command-line option parsing problems.
|
Copyright © 2017. All rights reserved.