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