Class SourceFile
java.lang.Object
com.yelloowstone.nf2t.cli.flowfiles.SourceFile
- Author:
- 26191568+jgwoolley@users.noreply.github.com
-
Constructor Summary
ConstructorsConstructorDescriptionSourceFile
(SourceFile parent, String absolutePath, String filename, long size) SourceFile
(SourceFile parent, String absolutePath, String filename, long size, UUID uuid) -
Method Summary
Modifier and TypeMethodDescriptionstatic SourceFile
fromPath
(SourceFile parent, Path inputPath) long
getSize()
getUuid()
-
Constructor Details
-
SourceFile
-
SourceFile
-
-
Method Details
-
getAbsolutePath
- Returns:
- See Also:
-
CoreAttributes.ABSOLUTE_PATH
-
getFilename
- Returns:
- See Also:
-
CoreAttributes.FILENAME
-
getSize
public long getSize() -
getUuid
- Returns:
- See Also:
-
CoreAttributes.UUID
-
fromPath
-