Uses of Interface
org.apache.hop.pipeline.transform.errorhandling.IFileErrorHandler
-
Packages that use IFileErrorHandler Package Description org.apache.hop.pipeline.transform.errorhandling org.apache.hop.pipeline.transforms.file -
-
Uses of IFileErrorHandler in org.apache.hop.pipeline.transform.errorhandling
Classes in org.apache.hop.pipeline.transform.errorhandling that implement IFileErrorHandler Modifier and Type Class Description classAbstractFileErrorHandlerclassCompositeFileErrorHandlerclassFileErrorHandlerContentLineNumberclassFileErrorHandlerMissingFilesConstructor parameters in org.apache.hop.pipeline.transform.errorhandling with type arguments of type IFileErrorHandler Constructor Description CompositeFileErrorHandler(List<IFileErrorHandler> handlers) -
Uses of IFileErrorHandler in org.apache.hop.pipeline.transforms.file
Fields in org.apache.hop.pipeline.transforms.file declared as IFileErrorHandler Modifier and Type Field Description IFileErrorHandlerBaseFileInputTransformData. dataErrorLineHandlerMethods in org.apache.hop.pipeline.transforms.file with parameters of type IFileErrorHandler Modifier and Type Method Description static voidBaseFileInputTransformUtils. handleMissingFiles(FileInputList files, ILogChannel log, boolean isErrorIgnored, IFileErrorHandler errorHandler)
-