Apache Tomcat 7.0.37

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 1360850 2012-07-12 18:35:57Z markt $
Author:
Peter Rossbach

Constructor Summary
Arg()
           
 
Method Summary
 void addText(String text)
          Deprecated. Use setValue(String)
 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

@Deprecated
public void addText(String text)
Deprecated. Use setValue(String)


getValue

public String getValue()

getType

public String getType()

Apache Tomcat 7.0.37

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