|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstrumentDescriptor | |
org.apache.excalibur.instrument.manager | |
org.apache.excalibur.instrument.manager.http | |
org.apache.excalibur.instrument.manager.impl |
Uses of InstrumentDescriptor in org.apache.excalibur.instrument.manager |
Methods in org.apache.excalibur.instrument.manager that return InstrumentDescriptor | |
InstrumentDescriptor |
DefaultInstrumentManager.locateInstrumentDescriptor(java.lang.String instrumentName)
Searches the entire instrument tree for an instrument with the given name. |
InstrumentDescriptor |
InstrumentableDescriptor.getInstrumentDescriptor(java.lang.String instrumentName)
Returns a InstrumentDescriptor based on its name. |
InstrumentDescriptor[] |
InstrumentableDescriptor.getInstrumentDescriptors()
Returns an array of Descriptors for the Instruments registered by this Instrumentable. |
InstrumentDescriptor |
InstrumentSampleDescriptor.getInstrumentDescriptor()
Returns a reference to the descriptor of the Instrument of the sample. |
Uses of InstrumentDescriptor in org.apache.excalibur.instrument.manager.http |
Methods in org.apache.excalibur.instrument.manager.http with parameters of type InstrumentDescriptor | |
protected void |
AbstractXMLHandler.outputInstrumentBrief(java.io.PrintWriter out,
InstrumentDescriptor instrument,
java.lang.String indent,
boolean packed)
|
protected void |
AbstractXMLHandler.outputInstrument(java.io.PrintWriter out,
InstrumentDescriptor instrument,
java.lang.String indent,
boolean recurse,
boolean packed)
|
protected void |
AbstractHTMLHandler.breadCrumbs(java.io.PrintWriter out,
InstrumentDescriptor desc,
boolean link)
|
protected void |
AbstractHTMLHandler.outputInstruments(java.io.PrintWriter out,
InstrumentDescriptor[] descs)
|
Uses of InstrumentDescriptor in org.apache.excalibur.instrument.manager.impl |
Classes in org.apache.excalibur.instrument.manager.impl that implement InstrumentDescriptor | |
class |
InstrumentDescriptorImpl
Describes a Instrument and acts as a Proxy to protect the original Instrument. |
Methods in org.apache.excalibur.instrument.manager.impl that return InstrumentDescriptor | |
InstrumentDescriptor |
InstrumentableDescriptorImpl.getInstrumentDescriptor(java.lang.String instrumentName)
Returns a InstrumentDescriptor based on its name. |
InstrumentDescriptor[] |
InstrumentableDescriptorImpl.getInstrumentDescriptors()
Returns an array of Descriptors for the Instruments registered by this Instrumentable. |
InstrumentDescriptor |
DefaultInstrumentManagerImpl.locateInstrumentDescriptor(java.lang.String instrumentName)
Searches the entire instrument tree for an instrument with the given name. |
InstrumentDescriptor |
InstrumentSampleDescriptorImpl.getInstrumentDescriptor()
Returns a reference to the descriptor of the Instrument of the sample. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |