public abstract class ModelerSource extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
location
Deprecated.
|
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) |
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 Object source
@Deprecated protected String location
@Deprecated public List<ObjectName> loadDescriptors(Registry registry, String location, String type, Object source) throws Exception
registry
- location
- type
- source
- 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
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.