Modifier and Type | Class and Description |
---|---|
class |
BooleanParam
Encapsulate a boolean command line parameter.
|
class |
DateParam
A parameter that accepts a date as its value.
|
class |
DateTimeParam
A parameter that accepts a date and time as its value.
|
class |
FileParam
Encapsulate a command line parameter whose value will be the name of a file or directory.
|
class |
IntParam
Encapsulate a command line parameter whose value will be a signed integer in
the same range as a java int.
|
class |
StringParam
Encapsulate a command line parameter whose value will be a string.
|
class |
TimeParam
A parameter that accepts a time as its value.
|
Copyright © 2017. All rights reserved.