Uses of Class
com.yelloowstone.nf2t.cli.SourceFile
-
Uses of SourceFile in com.yelloowstone.nf2t.cli
Modifier and TypeMethodDescriptionstatic SourceFile
SourceFile.fromPath
(SourceFile parent, Path inputPath) FlowFileResult.getContentPath()
FlowFileResult.getFlowFilePath()
FlowFileErrorResult.getPath()
Modifier and TypeMethodDescriptionstatic SourceFile
SourceFile.fromPath
(SourceFile parent, Path inputPath) void
FlowFileResult.setContentPath
(SourceFile contentPath) ModifierConstructorDescriptionFlowFileErrorResult
(Exception exception, SourceFile path) FlowFileErrorResult
(String exception, SourceFile path) FlowFileResult
(SourceFile flowFilePath, SourceFile contentPath, Map<String, String> attributes, long size) SourceFile
(SourceFile parent, String absolutePath, String filename, long size) SourceFile
(SourceFile parent, String absolutePath, String filename, long size, UUID uuid)