com.google.javascript.jscomp
Class AbstractMessageFormatter
java.lang.Object
com.google.javascript.jscomp.AbstractMessageFormatter
- All Implemented Interfaces:
- MessageFormatter
- Direct Known Subclasses:
- LightweightMessageFormatter
public abstract class AbstractMessageFormatter
- extends Object
- implements MessageFormatter
Abstract message formatter providing default behavior for implementations
of MessageFormatter
needing a SourceExcerptProvider
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractMessageFormatter
public AbstractMessageFormatter(SourceExcerptProvider source)
setColorize
public void setColorize(boolean colorize)
getSource
protected final SourceExcerptProvider getSource()
- Get the source excerpt provider.