Apache Tomcat 7.0.54

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
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.54

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