Different options can be given to the analyzer using the {@code options} parameter.
It is possible for an analyzer to return an instance of a subclass of {@code Document} or to usea subclass of {@code SupportedOptions}, though is should be avoided, as other plug-ins are unlikely to be able to use any added features. @param filePath absolute path of the analyzed file @param options analyzer options @return Instance of {@code Document} containing the analyzed content of the given file @throws KameleonException if an error occured while analyzing the file @see SupportedOptions
|
|