Different options can be given to the generator using the {@code options} parameter.
It is possible for an generator to use an instance of a subclass of {@code Document} or a subclass of {@code SupportedOptions}, though is should be avoided, as other plug-ins are unlikely to be able to provide the given object. @param base instance of {@code Document} used as template for the generated document @param filePath absolute path of the file which should be generated @param options generator options @throws KameleonException if an error occured while analyzing the file @see SupportedOptions
|
|