com.jeantessier.commandline
Interface CommandLineSwitch

All Superinterfaces:
Visitable
All Known Implementing Classes:
CommandLineSwitchBase

public interface CommandLineSwitch
extends Visitable


Method Summary
 java.lang.Object DefaultValue()
           
 boolean Mandatory()
           
 int Parse(java.lang.String name, java.lang.String value)
           
 boolean Present()
           
 java.lang.Object Value()
           
 void Value(java.lang.Object new_value)
           
 
Methods inherited from interface com.jeantessier.commandline.Visitable
Accept
 

Method Detail

DefaultValue

public java.lang.Object DefaultValue()

Value

public java.lang.Object Value()

Value

public void Value(java.lang.Object new_value)

Present

public boolean Present()

Mandatory

public boolean Mandatory()

Parse

public int Parse(java.lang.String name,
                 java.lang.String value)
          throws CommandLineException