uk.co.flamingpenguin.jewel.cli
Interface OptionHelpMessage


Deprecated. please use OptionHelpMessage instead

@Deprecated
public interface OptionHelpMessage

BETA - may be altered or removed in future versions

Author:
Tim Wood

Method Summary
 void endMandatoryOption()
          Deprecated.  
 void endMandatoryOption(String description)
          Deprecated.  
 void endOptionalOption()
          Deprecated.  
 void endOptionalOption(String description)
          Deprecated.  
 void longName(List<String> longNames)
          Deprecated.  
 void multiValuedWithCustomPattern()
          Deprecated.  
 void multiValuedWithCustomPattern(String pattern)
          Deprecated.  
 void noValued()
          Deprecated.  
 void shortName(List<String> shortName)
          Deprecated.  
 void singleValued()
          Deprecated.  
 void singleValuedWithCustomPattern(String pattern)
          Deprecated.  
 void startMandatoryOption()
          Deprecated.  
 void startOptionalOption()
          Deprecated.  
 

Method Detail

startOptionalOption

void startOptionalOption()
Deprecated. 

startMandatoryOption

void startMandatoryOption()
Deprecated. 

longName

void longName(List<String> longNames)
Deprecated. 

shortName

void shortName(List<String> shortName)
Deprecated. 

multiValuedWithCustomPattern

void multiValuedWithCustomPattern(String pattern)
Deprecated. 

multiValuedWithCustomPattern

void multiValuedWithCustomPattern()
Deprecated. 

singleValuedWithCustomPattern

void singleValuedWithCustomPattern(String pattern)
Deprecated. 

singleValued

void singleValued()
Deprecated. 

noValued

void noValued()
Deprecated. 

endOptionalOption

void endOptionalOption()
Deprecated. 

endOptionalOption

void endOptionalOption(String description)
Deprecated. 

endMandatoryOption

void endMandatoryOption()
Deprecated. 

endMandatoryOption

void endMandatoryOption(String description)
Deprecated. 


Copyright © 2006-2012 lexicalscope. All Rights Reserved.