|
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.MetaCharacterMap
public class MetaCharacterMap
Map of metacharacters that need to be escaped, and what to replace them with.
QuoteMetaCharacters
Constructor Summary | |
---|---|
MetaCharacterMap()
Constructor. |
Method Summary | |
---|---|
void |
addMeta(char meta,
java.lang.String replacement)
Add a metacharacter and its replacement. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetaCharacterMap()
Method Detail |
---|
public void addMeta(char meta, java.lang.String replacement)
meta
- the metacharacterreplacement
- the String to replace the metacharacter with
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |