Uses of Enum Class
org.apache.torque.generator.configuration.UnitDescriptor.Packaging
Packages that use UnitDescriptor.Packaging
Package
Description
This package contains the classes for configuring the Torque generator.
-
Uses of UnitDescriptor.Packaging in org.apache.torque.generator.configuration
Methods in org.apache.torque.generator.configuration that return UnitDescriptor.PackagingModifier and TypeMethodDescriptionUnitDescriptor.getPackaging()Returns the packaging of the unit of generation.static UnitDescriptor.PackagingReturns the enum constant of this class with the specified name.static UnitDescriptor.Packaging[]UnitDescriptor.Packaging.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.torque.generator.configuration with parameters of type UnitDescriptor.PackagingModifierConstructorDescriptionUnitDescriptor(UnitDescriptor.Packaging packaging, ProjectPaths projectPaths, TorqueGeneratorPaths configurationPaths) Constructor without inheritance, override options, overrideSourceFileset, loglevel and addDebuggingInfoToOutput.