com.sun.tools.jxc
public final class ConfigReader extends Object
Constructor Summary | |
---|---|
ConfigReader(AnnotationProcessorEnvironment env, Collection<? extends TypeDeclaration> classes, File xmlFile, ErrorHandler errorHandler) |
Method Summary | |
---|---|
Collection<Reference> | getClassesToBeIncluded()
This creates creates a regular expression
for the user pattern , matches the input classes
passed by the user and returns the final
list of classes that need to be included for a config file
after applying those patterns
|
SchemaOutputResolver | getSchemaOutputResolver()
This returns the SchemaOutputResolver to generate the schemas |
Parameters: classes The set of classes passed to the AnnotationProcessor xmlFile The configuration file.
Throws: SAXException If this is thrown, the error has already been reported. IOException If any IO errors occur.