Uses of Class
com.yelloowstone.nf2t.cli.flowfiles.SourceFile
Packages that use SourceFile
-
Uses of SourceFile in com.yelloowstone.nf2t.cli.flowfiles
Methods in com.yelloowstone.nf2t.cli.flowfiles that return SourceFileModifier and TypeMethodDescriptionstatic SourceFileSourceFile.fromPath(SourceFile parent, Path inputPath) FlowFileResult.getContentPath()FlowFileResult.getFlowFilePath()FlowFileErrorResult.getPath()Methods in com.yelloowstone.nf2t.cli.flowfiles with parameters of type SourceFileModifier and TypeMethodDescriptionstatic SourceFileSourceFile.fromPath(SourceFile parent, Path inputPath) voidFlowFileResult.setContentPath(SourceFile contentPath) Constructors in com.yelloowstone.nf2t.cli.flowfiles with parameters of type SourceFileModifierConstructorDescriptionFlowFileErrorResult(Exception exception, SourceFile path) FlowFileErrorResult(List<String> exceptionStack, String exception, SourceFile path) FlowFileResult(SourceFile flowFilePath, SourceFile contentPath, Map<String, String> rawAttributeExpressions, long size) SourceFile(SourceFile parent, String absolutePath, String filename, long size) SourceFile(SourceFile parent, String absolutePath, String filename, long size, UUID uuid)