Class ConfigReader

java.lang.Object
com.sun.tools.jxc.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 ([email protected])
  • Constructor Details

  • Method Details

    • getClassesToBeIncluded

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

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