org.apache.tomcat.startup
Class Property

java.lang.Object
  |
  +--org.apache.tomcat.startup.Property

public class Property
extends java.lang.Object

Author:
Costin Manolache

Constructor Summary
Property()
           
 
Method Summary
 void setName(java.lang.String n)
           
 void setValue(java.lang.String v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property()
Method Detail

setName

public void setName(java.lang.String n)

setValue

public void setValue(java.lang.String v)


Copyright © 2001 Apache Software Foundation. All Rights Reserved.