Uses of Class
org.apache.torque.generator.file.Fileset
Packages that use Fileset
Package
Description
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 FilesetModifier and TypeMethodDescriptionFileSourceProvider.getSourceFileset()Returns the fileset which determines the source files to read.Methods in org.apache.torque.generator.source.stream with parameters of type FilesetModifier and TypeMethodDescriptionvoidFileSourceProvider.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 FilesetModifierConstructorDescriptionFileSourceProvider(StreamSourceFormat sourceFormat, Fileset sourceFileset, Boolean combineFiles) Constructor.