org.apache.tomcat.util.modeler.modules
public class ModelerSource extends Object
Field Summary | |
---|---|
protected String | location |
protected Object | source |
Method Summary | |
---|---|
protected InputStream | getInputStream() |
List | loadDescriptors(Registry registry, String location, String type, Object source) Load data, returns a list of items.
|
void | store() |
void | updateField(ObjectName oname, String name, Object value) Callback from the BaseMBean to notify that an attribute has changed.
|
Parameters: registry location type source Introspected object or some other source
Throws: Exception
Parameters: oname name value