|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
The analyzer registry holds the master list of all discovered analyzers, and analyzer categories.
The analyzer registry can be enumerated or queried, by name.
This interface is not intended to be implemented by clients.
| Method Summary | |
IAnalyzerCategory[] |
getCategories()
Returns all the analyzer categories known to this analyzer registry. |
IAnalyzerCategory |
getCategory(java.lang.String id)
Returns the analyzer category with the given identifier in this analyzer registry, or null if there is no such analyzer. |
IAnalyzerDescriptor |
getDescriptor(java.lang.String id)
Returns the analyzer descriptor with the given identifier in this analyzer registry, or null if there is no such analyzer. |
IAnalyzerDescriptor[] |
getDescriptors()
Returns all the analyzer descriptors known to this analyzer registry. |
| Method Detail |
public IAnalyzerCategory[] getCategories()
public IAnalyzerCategory getCategory(java.lang.String id)
id - the unique identifier of the categorypublic IAnalyzerDescriptor getDescriptor(java.lang.String id)
id - the unique identifier of the analyzerpublic IAnalyzerDescriptor[] getDescriptors()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||