Class FeatureInfo
java.lang.Object
org.apache.tomcat.util.modeler.FeatureInfo
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 AttributeInfo, NotificationInfo, OperationInfo, ParameterInfo
Convenience base class for AttributeInfo and OperationInfo classes that will be used to
collect configuration information for the ModelMBean beans exposed for management.
- See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected MBeanFeatureInfoprotected Stringprotected String - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
description
 - 
name
 - 
info
 - 
type
 
 - 
 - 
Constructor Details
- 
FeatureInfo
public FeatureInfo() 
 - 
 - 
Method Details
- 
getDescription
- Returns:
 - the human-readable description of this feature.
 
 - 
setDescription
 - 
getName
- Returns:
 - the name of this feature, which must be unique among features in the same collection.
 
 - 
setName
 - 
getType
- Returns:
 - the fully qualified Java class name of this element.
 
 - 
setType
 
 -