|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StreamSourceFormat | |
---|---|
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. |
Uses of StreamSourceFormat in org.apache.torque.generator.configuration |
---|
Methods in org.apache.torque.generator.configuration that return types with arguments of type StreamSourceFormat | |
---|---|
Set<StreamSourceFormat> |
ConfigurationHandlers.getStreamSourceFormats()
Returns the known formats of stream (e.g. |
Uses of StreamSourceFormat in org.apache.torque.generator.source.stream |
---|
Classes in org.apache.torque.generator.source.stream that implement StreamSourceFormat | |
---|---|
class |
PropertiesSourceFormat
The source type representing an properties source. |
class |
XmlSourceFormat
The source type representing an XML source. |
Methods in org.apache.torque.generator.source.stream that return StreamSourceFormat | |
---|---|
StreamSourceFormat |
FileSource.getSourceFormat()
Returns the format of the source. |
StreamSourceFormat |
FileSourceProvider.getSourceFormat()
Returns the source format for this provider. |
Constructors in org.apache.torque.generator.source.stream with parameters of type StreamSourceFormat | |
---|---|
FileSource(StreamSourceFormat format,
File path,
ControllerState controllerState)
Constructor. |
|
FileSourceProvider(StreamSourceFormat sourceFormat,
Fileset sourceFileset,
Boolean combineFiles)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |