org.apache.tomcat.util.modeler

Class ParameterInfo

public class ParameterInfo extends FeatureInfo implements Serializable

Internal configuration information for a Parameter descriptor.

Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $

Author: Craig R. McClanahan

Constructor Summary
ParameterInfo()
Standard zero-arguments constructor.
Method Summary
MBeanParameterInfocreateParameterInfo()
Create and return a MBeanParameterInfo object that corresponds to the parameter described by this instance.

Constructor Detail

ParameterInfo

public ParameterInfo()
Standard zero-arguments constructor.

Method Detail

createParameterInfo

public MBeanParameterInfo createParameterInfo()
Create and return a MBeanParameterInfo object that corresponds to the parameter described by this instance.
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.