Package org.jboss.as.jdr.util
Interface Sanitizer
-
- All Known Implementing Classes:
PatternSanitizer,XMLSanitizer
public interface Sanitizer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccepts(org.jboss.vfs.VirtualFile resource)InputStreamsanitize(InputStream in)
-
-
-
Method Detail
-
sanitize
InputStream sanitize(InputStream in) throws Exception
- Throws:
Exception
-
accepts
boolean accepts(org.jboss.vfs.VirtualFile resource)
-
-