Apache Tomcat 7.0.28

org.apache.catalina.ant.jmx
Class Arg

java.lang.Object
  extended by org.apache.catalina.ant.jmx.Arg

public class Arg
extends Object

Since:
5.5.10
Version:
$Id: Arg.java 939305 2010-04-29 13:43:39Z kkolinko $
Author:
Peter Rossbach

Constructor Summary
Arg()
           
 
Method Summary
 void addText(String text)
           
 String getType()
           
 String getValue()
           
 void setType(String type)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Arg

public Arg()
Method Detail

setType

public void setType(String type)

setValue

public void setValue(String value)

addText

public void addText(String text)

getValue

public String getValue()

getType

public String getType()

Apache Tomcat 7.0.28

Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.