Package | Description |
---|---|
org.apache.torque.generator.configuration |
This package contains the classes for configuring the Torque generator.
|
org.apache.torque.generator.control.outputtype |
This package defines the known types of output.
|
Modifier and Type | Method and Description |
---|---|
Map<String,OutputType> |
ConfigurationHandlers.getOutputTypes()
Returns the known output types.
|
Modifier and Type | Class and Description |
---|---|
class |
HtmlOutputType
The output type for HTML output.
|
class |
JavaOutputType
The output type for java output.
|
class |
PropertiesOutputType
The output type for properties output.
|
class |
UnknownOutputType
An output type which is used if no other output type is defined.
|
class |
XmlOutputType
The output type for XML output.
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.