aQute.lib.getopt
Interface CommandLineMessages

All Superinterfaces:
Messages

public interface CommandLineMessages
extends Messages


Nested Class Summary
 
Nested classes/interfaces inherited from interface aQute.service.reporter.Messages
Messages.ERROR, Messages.WARNING
 
Method Summary
 Messages.ERROR MissingArgument__(String name, char charAt)
           
 Messages.ERROR MissingArgument_(String string)
           
 Messages.ERROR NoSuchCommand_(String cmd)
           
 Messages.ERROR Option__WithArgumentNotLastInAbbreviation_(String name, char charAt, String typeDescriptor)
           
 Messages.ERROR OptionCanOnlyOccurOnce_(String name)
           
 Messages.ERROR OptionNotSet_(String name)
           
 Messages.ERROR TooManyArguments_(List<String> arguments)
           
 Messages.ERROR UnrecognizedOption_(String name)
           
 
Methods inherited from interface aQute.service.reporter.Messages
NoSuchFile_, Unexpected_Error_
 

Method Detail

Option__WithArgumentNotLastInAbbreviation_

Messages.ERROR Option__WithArgumentNotLastInAbbreviation_(String name,
                                                          char charAt,
                                                          String typeDescriptor)

MissingArgument__

Messages.ERROR MissingArgument__(String name,
                                 char charAt)

OptionCanOnlyOccurOnce_

Messages.ERROR OptionCanOnlyOccurOnce_(String name)

NoSuchCommand_

Messages.ERROR NoSuchCommand_(String cmd)

TooManyArguments_

Messages.ERROR TooManyArguments_(List<String> arguments)

MissingArgument_

Messages.ERROR MissingArgument_(String string)

UnrecognizedOption_

Messages.ERROR UnrecognizedOption_(String name)

OptionNotSet_

Messages.ERROR OptionNotSet_(String name)


Copyright © 2014 aQute SARL. All rights reserved.