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 Summary
Fields inherited from class org.apache.tomcat.util.modeler.FeatureInfo
description, info, name, type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreate and return aMBeanParameterInfo
object that corresponds to the parameter described by this instance.Methods inherited from class org.apache.tomcat.util.modeler.FeatureInfo
getDescription, getName, getType, setDescription, setName, setType
-
Constructor Details
-
ParameterInfo
public ParameterInfo()Standard zero-arguments constructor.
-
-
Method Details
-
createParameterInfo
Create and return aMBeanParameterInfo
object that corresponds to the parameter described by this instance.- Returns:
- a parameter info
-