public abstract class QuoteMetaCharacters
extends java.lang.Object
MetaCharacterMap
Constructor | Description |
---|---|
QuoteMetaCharacters(java.lang.String text,
MetaCharacterMap map) |
Constructor.
|
Modifier and Type | Method | 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.