public interface Introspector
server dump
command is used.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIntrospectorDescription()
A description of the introspector, which is added to the introspection file.
|
java.lang.String |
getIntrospectorName()
The name of the introspector, which is used for the introspection file
name.
|
void |
introspect(java.io.PrintWriter out)
Performs the introspection.
|
java.lang.String getIntrospectorName()
Introspector
; for example, TestComponentIntrospector
.java.lang.String getIntrospectorDescription()
void introspect(java.io.PrintWriter out) throws java.lang.Exception
java.lang.Exception