Package org.datanucleus.util
Class CommandLine.Option
java.lang.Object
org.datanucleus.util.CommandLine.Option
- Direct Known Subclasses:
CommandLine.NoArgOption
,CommandLine.WithArgOption
- Enclosing class:
CommandLine
CommandLine option base class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
shortName
Short name option -
longName
Long name option -
description
option description
-
-
Constructor Details
-
Option
Constructor- Parameters:
shortName
- Short name option(exclude "-")longName
- Long name option(exclude "--")desc
- option description
-