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()
        This 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()
        This returns the SchemaOutputResolver to generate the schemas