Package | Description |
---|---|
org.apache.torque.generator.configuration |
This package contains the classes for configuring the Torque generator.
|
org.apache.torque.generator.source.stream |
This package contains the handling of stream-based sources,
such as file sources.
|
Modifier and Type | Method and Description |
---|---|
Set<StreamSourceFormat> |
ConfigurationHandlers.getStreamSourceFormats()
Returns the known formats of stream (e.g.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertiesSourceFormat
The source type representing an properties source.
|
class |
XmlSourceFormat
The source type representing an XML source.
|
Modifier and Type | Method and Description |
---|---|
StreamSourceFormat |
FileSource.getSourceFormat()
Returns the format of the source.
|
StreamSourceFormat |
FileSourceProvider.getSourceFormat()
Returns the source format for this provider.
|
Constructor and Description |
---|
FileSource(StreamSourceFormat format,
File path,
ControllerState controllerState)
Constructor.
|
FileSourceProvider(StreamSourceFormat sourceFormat,
Fileset sourceFileset,
Boolean combineFiles)
Constructor.
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.