Package | Description |
---|---|
org.apache.torque.generator.configuration |
This package contains the classes for configuring the Torque generator.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
UnitDescriptor(UnitDescriptor.Packaging packaging,
ProjectPaths projectPaths,
TorqueGeneratorPaths configurationPaths)
Constructor without inheritance, override options, overrideSourceFileset,
loglevel and addDebuggingInfoToOutput.
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.