Verwendungen von Schnittstelle
org.apache.torque.generator.outlet.Outlet
Packages, die Outlet verwenden
Package
Beschreibung
This package contains the classes for reading the control configuration of
the Torque generator units of generation.
This package contains the classes for reading the outlet mappings for
torque-generator's units of generation.
This package implements the torque generator Controller .
This package defines torque generator outlets which produce output
snippets from the source.
This package defines and implements copy outlets.
This package defines java outlets and provides some implementations.
This package contains the handling of template-based outlets
in the Torque generator.
This package contains the handling of groovy outlets in the
Torque generator.
This package contains the handling of velocity outlets in the
Torque generator.
-
Verwendungen von Outlet in org.apache.torque.generator.configuration.controller
Methoden in org.apache.torque.generator.configuration.controller, die Outlet zurückgebenModifizierer und TypMethodeBeschreibungOutput.getFilenameOutlet()
Returns the reference to the outlet which should produce the file name.Methoden in org.apache.torque.generator.configuration.controller mit Parametern vom Typ OutletModifizierer und TypMethodeBeschreibungvoid
Output.setFilenameOutlet
(Outlet filenameOutlet) Sets the reference to the outlet which should produce the file name. -
Verwendungen von Outlet in org.apache.torque.generator.configuration.outlet
Methoden in org.apache.torque.generator.configuration.outlet, die Outlet zurückgebenModifizierer und TypMethodeBeschreibungprotected abstract Outlet
OutletSaxHandler.createOutlet
(QualifiedName outletName, String uri, String localName, String rawName, Attributes attributes) CopyOutletSaxHandlerFactory.createOutletForTemplate
(String templatePath, ConfigurationProvider configurationProvider) Creates an outlet for a template with the given file name.GroovyOutletSaxHandlerFactory.createOutletForTemplate
(String templatePath, ConfigurationProvider configurationProvider) Creates an outlet for a template with the given file name.JavaOutletSaxHandlerFactory.createOutletForTemplate
(String templatePath, ConfigurationProvider configurationProvider) Creates an outlet for a template with the given file name.TypedOutletSaxHandlerFactory.createOutletForTemplate
(String templatePath, ConfigurationProvider configurationProvider) Creates an outlet for a template with the given file name.VelocityOutletSaxHandlerFactory.createOutletForTemplate
(String templatePath, ConfigurationProvider configurationProvider) Creates an outlet for a template with the given file name.OutletConfiguration.getOutlet
(QualifiedName name) Returns the outlet with the namename
.OutletSaxHandler.getOutlet()
Returns the outlet being configured.Methoden in org.apache.torque.generator.configuration.outlet, die Typen mit Argumenten vom Typ Outlet zurückgebenModifizierer und TypMethodeBeschreibungOutletConfiguration.getOutlets()
Returns a map containing all the configured outlets, keyed by their name.OutletConfigurationSaxHandler.getOutlets()
Returns all outlets which were configured in the parsed outlet configuration file.Methoden in org.apache.torque.generator.configuration.outlet mit Parametern vom Typ OutletModifizierer und TypMethodeBeschreibungvoid
OutletConfiguration.addOutlet
(Outlet outlet, UnitDescriptor unitDescriptor) Adds a outlet.Konstruktorparameter in org.apache.torque.generator.configuration.outlet mit Typargumenten vom Typ OutletModifiziererKonstruktorBeschreibungOutletConfiguration
(Collection<Outlet> outlets, Collection<MergepointMapping> mergepointMappings, UnitDescriptor unitDescriptor) Creates a OutletConfiguration containing a list of Outlets. -
Verwendungen von Outlet in org.apache.torque.generator.control
Methoden in org.apache.torque.generator.control, die Outlet zurückgebenModifizierer und TypMethodeBeschreibungControllerState.getOutlet()
Returns the topmost outlet in the stack of outlets.ControllerState.popOutlet()
Pops the topmost outlets from the stack of outlets.Methoden in org.apache.torque.generator.control mit Parametern vom Typ OutletModifizierer und TypMethodeBeschreibungvoid
ControllerState.pushOutlet
(Outlet outlet) Pushes a outlet onto the stack of outlets. -
Verwendungen von Outlet in org.apache.torque.generator.outlet
Klassen in org.apache.torque.generator.outlet, die Outlet implementierenModifizierer und TypKlasseBeschreibungclass
An outlet wrapper which adds debug information to the outlet.class
Implementation of the features in theOutlet
interface which do not depend on type of Outlet.Konstruktoren in org.apache.torque.generator.outlet mit Parametern vom Typ Outlet -
Verwendungen von Outlet in org.apache.torque.generator.outlet.copy
Klassen in org.apache.torque.generator.outlet.copy, die Outlet implementierenModifizierer und TypKlasseBeschreibungclass
A Outlet which copies a given resource unchanged. -
Verwendungen von Outlet in org.apache.torque.generator.outlet.java
Klassen in org.apache.torque.generator.outlet.java, die Outlet implementierenModifizierer und TypKlasseBeschreibungclass
Transform a String to its camelback version.class
Creates the name of a constant from a string.class
An outlet for creating correctly formatted javadoc.class
Takes a class name and a package name as input and generates a filename(including path for package) for a java file from it.class
Creates a target filename from a source filename.class
Creates new lines (\n or \r\n).class
Writes an option to the output.class
An outlet without mergepoints.class
Takes a package as input and generates a path from it.class
A base class for a outlet which takes a String as input (not a Source Element as a normal outlet would).class
Outputs the source tree as XML. -
Verwendungen von Outlet in org.apache.torque.generator.template
Unterschnittstellen von Outlet in org.apache.torque.generator.templateModifizierer und TypSchnittstelleBeschreibunginterface
A Outlet which interprets a template.Klassen in org.apache.torque.generator.template, die Outlet implementierenModifizierer und TypKlasseBeschreibungclass
An implementation of the TemplateOutlet interface. -
Verwendungen von Outlet in org.apache.torque.generator.template.groovy
Klassen in org.apache.torque.generator.template.groovy, die Outlet implementierenModifizierer und TypKlasseBeschreibungclass
A Outlet which uses groovy for generation.class
A Outlet which uses a groovy script for generation.class
A Outlet which uses a groovy template for generation. -
Verwendungen von Outlet in org.apache.torque.generator.template.velocity
Klassen in org.apache.torque.generator.template.velocity, die Outlet implementierenModifizierer und TypKlasseBeschreibungclass
A Outlet which uses a velocity template for generation.