CommandlineParameter.Builder¶
-
public static class
Builder
¶ Creates a
CommandlineParameter
builder
Constructors¶
Builder¶
-
public
Builder
(String singleLetter, String fullName)¶ Constructs a
CommandlineParameter
builder. It takes as parameters both “single-letter” and “full-name” of which one is mandatoryParameters: - singleLetter – single letter identification of the option
- fullName – full named identification of the option
Methods¶
build¶
-
public CommandlineParameter
build
()¶ Creates a concrete
CommandlineParameter
from particular builderReturns: constructed CommandlineParameter