public abstract class QuoteMetaCharacters
extends java.lang.Object
MetaCharacterMap
Constructor and Description |
---|
QuoteMetaCharacters(java.lang.String text,
MetaCharacterMap map)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
emitLiteral(java.lang.String s)
Downcall method to emit literal text, in which any occurrences of the
metacharacters are quoted.
|
void |
process()
Quote metacharacters in the text.
|
public QuoteMetaCharacters(@Nonnull java.lang.String text, @Nonnull MetaCharacterMap map)
text
- the text in which we want to quote metacharactersmap
- the MetaCharacterMappublic void process() throws java.io.IOException
java.io.IOException
public abstract void emitLiteral(java.lang.String s) throws java.io.IOException
s
- the literal text to emitjava.io.IOException
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.