org.apache.camel.main
Class MainSupport.ParameterOption

java.lang.Object
  extended by org.apache.camel.main.MainSupport.Option
      extended by org.apache.camel.main.MainSupport.ParameterOption
Enclosing class:
MainSupport

public abstract class MainSupport.ParameterOption
extends MainSupport.Option


Constructor Summary
protected MainSupport.ParameterOption(String abbreviation, String fullName, String description, String parameterName)
           
 
Method Summary
protected  void doProcess(String arg, LinkedList<String> remainingArgs)
           
protected abstract  void doProcess(String arg, String parameter, LinkedList<String> remainingArgs)
           
 String getInformation()
           
 
Methods inherited from class org.apache.camel.main.MainSupport.Option
getAbbreviation, getDescription, getFullName, processOption
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainSupport.ParameterOption

protected MainSupport.ParameterOption(String abbreviation,
                                      String fullName,
                                      String description,
                                      String parameterName)
Method Detail

doProcess

protected void doProcess(String arg,
                         LinkedList<String> remainingArgs)
Specified by:
doProcess in class MainSupport.Option

getInformation

public String getInformation()
Overrides:
getInformation in class MainSupport.Option

doProcess

protected abstract void doProcess(String arg,
                                  String parameter,
                                  LinkedList<String> remainingArgs)


Apache CAMEL