public class FormatterCache
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.Map |
m_classInstances
Map from class name to instance.
|
private IClassLocator |
m_locator
Locator for class information (
null if none). |
Constructor and Description |
---|
FormatterCache(IClassLocator loc)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
IDocumentFormatter |
getFormatter(SharedNestingBase custom)
Get the JavaDoc formatter instance for a customization.
|
private final IClassLocator m_locator
null
if none).private final java.util.Map m_classInstances
public FormatterCache(IClassLocator loc)
loc
- locator for class information (null
if none)public IDocumentFormatter getFormatter(SharedNestingBase custom)
custom
- customization information