All plug-in generators must extend this class (directly or not) and implement its methods to be usable by the software.
The task of an generator is to convert an instance of {@code Document} and create afile containing the content of the given instance in a known format. This task is achieved by calling the method {@code generate}. @author Schnell Michaƫl @version 1.0
|
|