Class ModelerSource
java.lang.Object
org.apache.tomcat.util.modeler.modules.ModelerSource
- Direct Known Subclasses:
MbeansDescriptorsDigesterSource
,MbeansDescriptorsIntrospectionSource
Source for descriptor data. More sources can be added.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract List<ObjectName>
loadDescriptors
(Registry registry, String type, Object source) Load data, returns a list of items.
-
Field Details
-
sm
-
source
-
-
Constructor Details
-
ModelerSource
public ModelerSource()
-
-
Method Details
-
loadDescriptors
public abstract List<ObjectName> loadDescriptors(Registry registry, String type, Object source) throws Exception Load data, returns a list of items.- Parameters:
registry
- The registrytype
- The bean registry typesource
- Introspected object or some other source- Returns:
- a list of object names
- Throws:
Exception
- Error loading descriptors
-