org.ceryle.wiki.plugin.util
Class StringParam

java.lang.Object
  extended by org.ceryle.wiki.plugin.util.Parameter
      extended by org.ceryle.wiki.plugin.util.StringParam

public class StringParam
extends Parameter

Serves as a String parameter object in expressions.

Author:
John Volkar (john.volkar at gmail.com)

Constructor Summary
StringParam(String name, String defaultValue, boolean required, String description, ParameterGroup group)
           
 
Method Summary
 String get()
           
protected  void parseSuppliedValue()
           
 
Methods inherited from class org.ceryle.wiki.plugin.util.Parameter
describe, getDescription, getName, getSuppliedValue, isRequired, throwBad, update, usingDefault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringParam

public StringParam(String name,
                   String defaultValue,
                   boolean required,
                   String description,
                   ParameterGroup group)
Method Detail

parseSuppliedValue

protected void parseSuppliedValue()
Specified by:
parseSuppliedValue in class Parameter

get

public String get()


The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.