Package aQute.lib.getopt
Interface CommandLineMessages
- All Superinterfaces:
Messages
-
Nested Class Summary
Nested classes/interfaces inherited from interface aQute.service.reporter.Messages
Messages.ERROR, Messages.WARNING
-
Method Summary
Modifier and TypeMethodDescriptionMissingArgument_
(String string) MissingArgument__
(String name, char charAt) NoSuchCommand_
(String cmd) Option__WithArgumentNotLastInAbbreviation_
(String name, char charAt, String typeDescriptor) OptionNotSet_
(String name) TooManyArguments_
(List<String> arguments) UnrecognizedOption_
(String name) Methods inherited from interface aQute.service.reporter.Messages
NoSuchFile_, Unexpected_Error_
-
Method Details
-
Option__WithArgumentNotLastInAbbreviation_
Messages.ERROR Option__WithArgumentNotLastInAbbreviation_(String name, char charAt, String typeDescriptor) -
MissingArgument__
-
OptionCanOnlyOccurOnce_
-
NoSuchCommand_
-
TooManyArguments_
-
MissingArgument_
-
UnrecognizedOption_
-
OptionNotSet_
-