Celtix User APIs

org.objectweb.celtix.configuration
Class CommandLineOption

java.lang.Object
  extended by org.objectweb.celtix.configuration.CommandLineOption

public class CommandLineOption
extends Object

Represents a command line option, similar to ConfigurationItem.


Constructor Summary
CommandLineOption(String optionName)
           
 
Method Summary
 boolean exists()
           
 String getName()
           
 String getShortcut()
           
 Object getValue()
           
 void initialize(String v)
           
 void initialize(String[] args)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommandLineOption

public CommandLineOption(String optionName)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getName

public String getName()

getShortcut

public String getShortcut()

getValue

public Object getValue()

exists

public boolean exists()

initialize

public void initialize(String v)

initialize

public void initialize(String[] args)

Celtix User APIs