|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.xml.QuoteMetaCharacters
public abstract class QuoteMetaCharacters
Quote metacharacters in a String.
MetaCharacterMap
Constructor Summary | |
---|---|
QuoteMetaCharacters(java.lang.String text,
MetaCharacterMap map)
Constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QuoteMetaCharacters(@NonNull java.lang.String text, @NonNull MetaCharacterMap map)
text
- the text in which we want to quote metacharactersmap
- the MetaCharacterMapMethod Detail |
---|
public 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 emit
java.io.IOException
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |