| java.lang.Object com.sun.tools.jxc.ConfigReader
ConfigReader | final public class ConfigReader (Code) | | This reads the config files passed by the user to apt
and obtains a list of classes that need to be included
for a particular config from the set of classes passed
by the user to apt.
author: Bhakti Mehta (bhakti.mehta@sun.com) |
ConfigReader | public ConfigReader(AnnotationProcessorEnvironment env, Collection<? extends TypeDeclaration> classes, File xmlFile, ErrorHandler errorHandler) throws SAXException, IOException(Code) | | Parameters: classes - The set of classes passed to the AnnotationProcessor Parameters: xmlFile - The configuration file. throws: SAXException - If this is thrown, the error has already been reported. throws: IOException - If any IO errors occur. |
getClassesToBeIncluded | public Collection<Reference> getClassesToBeIncluded()(Code) | | 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
|
getSchemaOutputResolver | public SchemaOutputResolver getSchemaOutputResolver()(Code) | | This returns the SchemaOutputResolver to generate the schemas
|
|
|