Uses of Class
org.apache.torque.generator.file.Fileset
-
Packages that use Fileset Package Description org.apache.torque.generator.source.stream This package contains the handling of stream-based sources, such as file sources. -
-
Uses of Fileset in org.apache.torque.generator.source.stream
Methods in org.apache.torque.generator.source.stream that return Fileset Modifier and Type Method Description Fileset
FileSourceProvider. getSourceFileset()
Returns the fileset which determines the source files to read.Methods in org.apache.torque.generator.source.stream with parameters of type Fileset Modifier and Type Method Description void
FileSourceProvider. setSourceFileset(Fileset sourceFileset)
Sets the fileset which determines the source files to read.Constructors in org.apache.torque.generator.source.stream with parameters of type Fileset Constructor Description FileSourceProvider(StreamSourceFormat sourceFormat, Fileset sourceFileset, Boolean combineFiles)
Constructor.
-