public abstract class ModelerSource extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
location
Deprecated.
|
protected static StringManager |
sm |
protected Object |
source |
Constructor and Description |
---|
ModelerSource() |
Modifier and Type | Method and Description |
---|---|
protected InputStream |
getInputStream()
Deprecated.
Unused - will be removed in Tomcat 8.0.x
|
abstract List<ObjectName> |
loadDescriptors(Registry registry,
String type,
Object source)
Load data, returns a list of items.
|
List<ObjectName> |
loadDescriptors(Registry registry,
String location,
String type,
Object source)
Deprecated.
Location parameter is unused. Will be removed in Tomcat
8.0.x
|
void |
store()
Deprecated.
Unused - will be removed in Tomcat 8.0.x
|
void |
updateField(ObjectName oname,
String name,
Object value)
Deprecated.
Unused - will be removed in Tomcat 8.0.x
|
protected static final StringManager sm
protected Object source
@Deprecated protected String location
@Deprecated public List<ObjectName> loadDescriptors(Registry registry, String location, String type, Object source) throws Exception
registry
- The registrylocation
- Ignoredtype
- The bean registry typesource
- Introspected object or some other sourceException
@Deprecated public void updateField(ObjectName oname, String name, Object value)
oname
- name
- value
- @Deprecated public void store()
@Deprecated protected InputStream getInputStream() throws IOException
IOException
public abstract List<ObjectName> loadDescriptors(Registry registry, String type, Object source) throws Exception
registry
- The registrytype
- The bean registry typesource
- Introspected object or some other sourceException
- Error loading descriptorsCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.