Class ConfigReader


  • public final class ConfigReader
    extends Object
    This reads the config files passed by the user to annotation processing 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 annotation processing.
    Author:
    Bhakti Mehta (bhakti.mehta@sun.com)
    • Method Detail

      • getClassesToBeIncluded

        public Collection<Reference> getClassesToBeIncluded()
        Return collection of classes to be included based on the configuration.
        Returns:
        to be included classes.
      • getSchemaOutputResolver

        public jakarta.xml.bind.SchemaOutputResolver getSchemaOutputResolver()
        This returns the SchemaOutputResolver to generate the schemas
        Returns:
        schema output resolver