org.springframework.shell.support.util
Class WebXmlUtils.WebXmlParam

java.lang.Object
  extended by org.springframework.shell.support.util.Pair<String,String>
      extended by org.springframework.shell.support.util.WebXmlUtils.WebXmlParam
Enclosing class:
WebXmlUtils

public static class WebXmlUtils.WebXmlParam
extends Pair<String,String>

Value object that holds init-param style information

Since:
1.1

Constructor Summary
WebXmlUtils.WebXmlParam(String name, String value)
          Constructor
 
Method Summary
 String getName()
          Returns the name of this parameter
 
Methods inherited from class org.springframework.shell.support.util.Pair
equals, getKey, getValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebXmlUtils.WebXmlParam

public WebXmlUtils.WebXmlParam(String name,
                               String value)
Constructor

Parameters:
name -
value -
Method Detail

getName

public String getName()
Returns the name of this parameter

Returns: