Verwendungen von Schnittstelle
org.apache.torque.generator.source.stream.StreamSourceFormat
Packages, die StreamSourceFormat verwenden
Package
Beschreibung
This package contains the classes for configuring the Torque generator.
This package contains the handling of stream-based sources,
such as file sources.
-
Verwendungen von StreamSourceFormat in org.apache.torque.generator.configuration
Methoden in org.apache.torque.generator.configuration, die Typen mit Argumenten vom Typ StreamSourceFormat zurückgebenModifizierer und TypMethodeBeschreibungConfigurationHandlers.getStreamSourceFormats()
Returns the known formats of stream (e.g. file) sources. -
Verwendungen von StreamSourceFormat in org.apache.torque.generator.source.stream
Klassen in org.apache.torque.generator.source.stream, die StreamSourceFormat implementierenModifizierer und TypKlasseBeschreibungfinal class
The source type representing an properties source.final class
The source type representing an XML source.Methoden in org.apache.torque.generator.source.stream, die StreamSourceFormat zurückgebenModifizierer und TypMethodeBeschreibungFileSource.getSourceFormat()
Returns the format of the source.FileSourceProvider.getSourceFormat()
Returns the source format for this provider.Konstruktoren in org.apache.torque.generator.source.stream mit Parametern vom Typ StreamSourceFormatModifiziererKonstruktorBeschreibungFileSource
(StreamSourceFormat format, File path, ControllerState controllerState) Constructor.FileSourceProvider
(StreamSourceFormat sourceFormat, Fileset sourceFileset, Boolean combineFiles) Constructor.