org.cruxframework.crux.tools.parameters
Class ConsoleParameterOption

java.lang.Object
  extended by org.cruxframework.crux.tools.parameters.ConsoleParameterOption
All Implemented Interfaces:
Cloneable

public class ConsoleParameterOption
extends Object
implements Cloneable

Author:
Thiago da Rosa de Bustamante

Constructor Summary
ConsoleParameterOption(String name, String description)
           
 
Method Summary
 Object clone()
           
 String getDescription()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleParameterOption

public ConsoleParameterOption(String name,
                              String description)
Parameters:
name -
description -
required -
Method Detail

getName

public String getName()

getDescription

public String getDescription()

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException


Copyright © 2014. All rights reserved.