Uses of Class
org.apache.torque.generator.configuration.UnitDescriptor.Packaging
-
Packages that use UnitDescriptor.Packaging Package Description org.apache.torque.generator.configuration 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.Packaging Modifier and Type Method Description UnitDescriptor.Packaging
UnitDescriptor. getPackaging()
Returns the packaging of the unit of generation.static UnitDescriptor.Packaging
UnitDescriptor.Packaging. valueOf(String name)
Returns the enum constant of this type with the specified name.static UnitDescriptor.Packaging[]
UnitDescriptor.Packaging. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.torque.generator.configuration with parameters of type UnitDescriptor.Packaging Constructor Description UnitDescriptor(UnitDescriptor.Packaging packaging, ProjectPaths projectPaths, TorqueGeneratorPaths configurationPaths)
Constructor without inheritance, override options, overrideSourceFileset, loglevel and addDebuggingInfoToOutput.
-