Class MbeansDescriptorsDigesterSource
java.lang.Object
org.apache.commons.modeler.modules.ModelerSource
org.apache.commons.modeler.modules.MbeansDescriptorsDigesterSource
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()loadDescriptors(Registry registry, String location, String type, Object source) Load data, returns a list of items.voidsetLocation(String loc) voidsetRegistry(Registry reg) voidvoidUsed if a single component is loadedMethods inherited from class org.apache.commons.modeler.modules.ModelerSource
getInputStream, store, updateField
-
Field Details
-
Constructor Details
-
MbeansDescriptorsDigesterSource
public MbeansDescriptorsDigesterSource()
-
-
Method Details
-
setRegistry
-
setLocation
-
setType
Used if a single component is loaded- Parameters:
type-
-
setSource
-
loadDescriptors
public List loadDescriptors(Registry registry, String location, String type, Object source) throws Exception Description copied from class:ModelerSourceLoad data, returns a list of items.- Overrides:
loadDescriptorsin classModelerSource- Parameters:
registry-location-type-source- Introspected object or some other source- Throws:
Exception
-
execute
- Throws:
Exception
-