Uses of Class
org.apache.beehive.controls.runtime.generator.GeneratorOutput

Packages that use GeneratorOutput
org.apache.beehive.controls.runtime.generator   
 

Uses of GeneratorOutput in org.apache.beehive.controls.runtime.generator
 

Methods in org.apache.beehive.controls.runtime.generator that return types with arguments of type GeneratorOutput
 List<GeneratorOutput> Generator.getCheckOutput(Filer filer)
          Returns the list of generated files derived from this Generator during the check phase of annotation processing.
 List<GeneratorOutput> GenClass.getCheckOutput(Filer filer)
          Returns the list of generated files derived from this GenClass during the check phase of annotation processing.
 List<GeneratorOutput> AptControlInterface.getCheckOutput(Filer filer)
          Returns the information necessary to generate a ControlBean from this AptControlInterface
 List<GeneratorOutput> AptControlImplementation.getCheckOutput(Filer filer)
          Returns the information necessary to generate a ImplInitializer from this ControlImplementation.
 List<GeneratorOutput> AptControlClient.getCheckOutput(Filer filer)
          Returns the information necessary to generate a ImplInitializer from this ControlImplementation.
 List<GeneratorOutput> Generator.getGenerateOutput(Filer filer)
          Returns the list of generated files derived from this Generator during the generate phase of annotation processing.
 List<GeneratorOutput> GenClass.getGenerateOutput(Filer filer)
          Returns the list of generated files derived from this GenClass during the generate phase of annotation processing.
 List<GeneratorOutput> AptControlInterface.getGenerateOutput(Filer filer)
          Returns the information necessary to generate a packaging information from this AptControlInterface.
 List<GeneratorOutput> AptControlImplementation.getGenerateOutput(Filer filer)
          Returns the list of generated files derived from this Generator during the generate phase of annotation processing.
 List<GeneratorOutput> AptControlClient.getGenerateOutput(Filer filer)
          Returns the information necessary to generate a ClientInitializer from this control
 

Methods in org.apache.beehive.controls.runtime.generator with parameters of type GeneratorOutput
 void VelocityGenerator.generate(GeneratorOutput genOut)
          Implementation of the CodeGenerator.generate() method, using standard Velocity package naming conventions and the system class loader
abstract  void CodeGenerator.generate(GeneratorOutput genOut)