public interface ContentHandler<K,R>
Modifier and Type | Method and Description |
---|---|
R |
processContent(K content)
Consumes content of a specified type and returns a specified result.
|
R processContent(K content) throws RedmineException
content
- content to process.RedmineException
- if something goes wrong.