Verwendungen von Klasse
org.apache.torque.generator.configuration.UnitConfiguration
Packages, die UnitConfiguration verwenden
Package
Beschreibung
This package contains the classes for configuring the Torque generator.
This package implements the torque generator Controller .
This package defines and implements strategies for dealing with the
situation that a target file already exists.
This package contains the definition of source transformers
and some implementations.
-
Verwendungen von UnitConfiguration in org.apache.torque.generator.configuration
Methoden in org.apache.torque.generator.configuration, die Typen mit Argumenten vom Typ UnitConfiguration zurückgebenModifizierer und TypMethodeBeschreibungConfiguration.getUnitConfigurations()
Returns the list of UnitConfigurations. -
Verwendungen von UnitConfiguration in org.apache.torque.generator.control
Methoden in org.apache.torque.generator.control, die UnitConfiguration zurückgebenModifizierer und TypMethodeBeschreibungControllerState.getUnitConfiguration()
Returns the configuration of the currently processed generation unit.Methoden in org.apache.torque.generator.control mit Parametern vom Typ UnitConfigurationModifizierer und TypMethodeBeschreibungstatic File
ControllerHelper.getOutputFile
(String outputDirKey, String outputPath, UnitConfiguration unitConfiguration) Calculates the location of the target file from the file name and the unit configuration.protected void
Controller.processGenerationUnit
(ControllerState controllerState, UnitConfiguration unitConfiguration) Processes a unit of generation.void
ControllerState.setUnitConfiguration
(UnitConfiguration unitConfiguration) Sets the configuration of the currently processed generation unit. -
Verwendungen von UnitConfiguration in org.apache.torque.generator.control.existingtargetstrategy
Methoden in org.apache.torque.generator.control.existingtargetstrategy mit Parametern vom Typ UnitConfigurationModifizierer und TypMethodeBeschreibungvoid
AppendToTargetFileStrategy.afterGeneration
(String outputDirKey, String outputPath, Charset charSet, OutletResult generationResult, UnitConfiguration unitConfiguration) Processes the results of the generation.void
ExistingTargetStrategy.afterGeneration
(String outputDirKey, String outputPath, Charset charSet, OutletResult generationResult, UnitConfiguration unitConfiguration) Processes the results of the generation.void
MergeTargetFileStrategy.afterGeneration
(String outputDirKey, String outputPath, Charset charSet, OutletResult generationResult, UnitConfiguration unitConfiguration) Processes the results of the generation.void
ReplaceTargetFileStrategy.afterGeneration
(String outputDirKey, String outputPath, Charset charSet, OutletResult generationResult, UnitConfiguration unitConfiguration) Processes the results of the generation.boolean
AppendToTargetFileStrategy.beforeGeneration
(String outputDirKey, String outputPath, Charset charSet, UnitConfiguration unitConfiguration) Will be called before the generation is started and decides whether the generation process for this file should proceed.boolean
ExistingTargetStrategy.beforeGeneration
(String outputDirKey, String outputPath, Charset charSet, UnitConfiguration unitConfiguration) Will be called before the generation is started and decides whether the generation process for this file should proceed.boolean
MergeTargetFileStrategy.beforeGeneration
(String outputDirKey, String outputPath, Charset charSet, UnitConfiguration unitConfiguration) Will be called before the generation is started and decides whether the generation process for this file should proceed.boolean
ReplaceTargetFileStrategy.beforeGeneration
(String outputDirKey, String outputPath, Charset charSet, UnitConfiguration unitConfiguration) Will be called before the generation is started and decides whether the generation process for this file should proceed.boolean
SkipExistingTargetFileStrategy.beforeGeneration
(String outputDirKey, String outputPath, Charset charSet, UnitConfiguration unitConfiguration) Will be called before the generation is started and decides whether the generation process for this file should proceed. -
Verwendungen von UnitConfiguration in org.apache.torque.generator.source.transform
Methoden in org.apache.torque.generator.source.transform mit Parametern vom Typ UnitConfigurationModifizierer und TypMethodeBeschreibungprotected static Object
SourceElementToModelTransformer.getInstance
(String className, UnitConfiguration unitConfiguration) Creates an instance of a class.