|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jibx.schema.generator.FormatterCache
public class FormatterCache
Cache of JavaDoc formatter instances.
Field Summary | |
---|---|
private java.util.Map |
m_classInstances
Map from class name to instance. |
private IClassLocator |
m_locator
Locator for class information ( null if none). |
Constructor Summary | |
---|---|
FormatterCache(IClassLocator loc)
Constructor. |
Method Summary | |
---|---|
IDocumentFormatter |
getFormatter(SharedNestingBase custom)
Get the JavaDoc formatter instance for a customization. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final IClassLocator m_locator
null
if none).
private final java.util.Map m_classInstances
Constructor Detail |
---|
public FormatterCache(IClassLocator loc)
loc
- locator for class information (null
if none)Method Detail |
---|
public IDocumentFormatter getFormatter(SharedNestingBase custom)
custom
- customization information
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |