|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tomcat.util.modeler.modules.ModelerSource
public abstract class ModelerSource
Source for descriptor data. More sources can be added.
Field Summary | |
---|---|
protected String |
location
Deprecated. |
protected Object |
source
|
Constructor Summary | |
---|---|
ModelerSource()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Object source
@Deprecated protected String location
Constructor Detail |
---|
public ModelerSource()
Method Detail |
---|
@Deprecated public List<ObjectName> loadDescriptors(Registry registry, String location, String type, Object source) throws Exception
registry
- location
- type
- source
- Introspected object or some other source
Exception
@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
Exception
|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |