MCPcopy Create free account
hub / github.com/PCGen/pcgen / filterString

Method filterString

code/src/java/pcgen/io/filters/OutputFilter.java:30–30  ·  view source on GitHub ↗

Filter the supplied string according to the current output filter. This can do things such as escaping HTML entities. @param aString The string to be filtered @return The filtered string.

(String aString)

Source from the content-addressed store, hash-verified

28 * @return The filtered string.
29 */
30 String filterString(String aString);
31}

Callers 1

filterStringMethod · 0.65

Implementers 3

CharacterFiltercode/src/java/pcgen/io/filters/Charact
PatternFiltercode/src/java/pcgen/io/filters/Pattern
FileAccesscode/src/java/pcgen/io/FileAccess.java

Calls

no outgoing calls

Tested by

no test coverage detected