Package org.apache.tomcat.util.modeler
Class ParameterInfo
java.lang.Object
org.apache.tomcat.util.modeler.FeatureInfo
org.apache.tomcat.util.modeler.ParameterInfo
- All Implemented Interfaces:
- Serializable
Internal configuration information for a Parameter
 descriptor.
- Author:
- Craig R. McClanahan
- See Also:
- 
Field SummaryFields inherited from class org.apache.tomcat.util.modeler.FeatureInfodescription, info, name, type
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionCreate and return aMBeanParameterInfoobject that corresponds to the parameter described by this instance.Methods inherited from class org.apache.tomcat.util.modeler.FeatureInfogetDescription, getName, getType, setDescription, setName, setType
- 
Constructor Details- 
ParameterInfopublic ParameterInfo()Standard zero-arguments constructor.
 
- 
- 
Method Details- 
createParameterInfoCreate and return aMBeanParameterInfoobject that corresponds to the parameter described by this instance.- Returns:
- a parameter info
 
 
-