org.springframework.beandoc
Interface ContextProcessor
- All Known Implementing Classes:
- DefaultContextProcessor
public interface ContextProcessor
ContextProcessor handles the workflow for the beandoc tool. It is responsible for managing
configuration and transformation of the input files, usually by delegating to a
list of configured Transformer implementations to generate all of the required
output.
- Since:
- 1.0
- Author:
- Darren Davison
Method Summary |
void |
process()
Responsible for taking configured inputs and generating all required
beandoc output in whatever format has been requested. |
process
void process()
throws IOException,
BeanDocException
- Responsible for taking configured inputs and generating all required
beandoc output in whatever format has been requested. Implementations
could read and write file system resources, network streams or handle
IO in a completely custom manner.
- Throws:
IOException
- if the inputs cannot be read, or if the output stream
fails for any reason.
BeanDocException
- when any other processing failure occurs.
Copyright © 2004-2010 Spring BeanDoc. All Rights Reserved.