Package sonia.scm.io
Interface ResourceProcessor
- All Known Implementing Classes:
AbstractResourceProcessor,RegexResourceProcessor
public interface ResourceProcessor
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddVariable(String key, String value) voidvoidprocess(InputStream input, OutputStream output) voidvoidremoveVariable(String key)
-
Method Details
-
addVariable
-
process
- Throws:
IOException
-
process
- Throws:
IOException
-
process
- Throws:
IOException
-
removeVariable
-