Package com.yelloowstone.nf2t.cli
Class SourceFile
java.lang.Object
com.yelloowstone.nf2t.cli.SourceFile
-
Constructor Summary
ConstructorDescriptionSourceFile
(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
-