Uses of Interface
org.apache.torque.generator.source.stream.StreamSourceFormat
Packages that use StreamSourceFormat
Package
Description
This package contains the classes for configuring the Torque generator.
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 StreamSourceFormatModifier and TypeMethodDescriptionConfigurationHandlers.getStreamSourceFormats()Returns the known formats of stream (e.g. file) sources. -
Uses of StreamSourceFormat in org.apache.torque.generator.source.stream
Classes in org.apache.torque.generator.source.stream that implement StreamSourceFormatModifier and TypeClassDescriptionfinal classThe source type representing an properties source.final classThe source type representing an XML source.Methods in org.apache.torque.generator.source.stream that return StreamSourceFormatModifier and TypeMethodDescriptionFileSource.getSourceFormat()Returns the format of the source.FileSourceProvider.getSourceFormat()Returns the source format for this provider.Constructors in org.apache.torque.generator.source.stream with parameters of type StreamSourceFormatModifierConstructorDescriptionFileSource(StreamSourceFormat format, File path, ControllerState controllerState) Constructor.FileSourceProvider(StreamSourceFormat sourceFormat, Fileset sourceFileset, Boolean combineFiles) Constructor.