Class SourceFile

java.lang.Object
com.yelloowstone.nf2t.cli.SourceFile

public class SourceFile extends Object
  • Constructor Details

  • Method Details

    • getAbsolutePath

      public String getAbsolutePath()
      Returns:
      See Also:
      • CoreAttributes.ABSOLUTE_PATH
    • getFilename

      public String getFilename()
      Returns:
      See Also:
      • CoreAttributes.FILENAME
    • getSize

      public long getSize()
    • getUuid

      public UUID getUuid()
      Returns:
      See Also:
      • CoreAttributes.UUID
    • fromPath

      public static SourceFile fromPath(SourceFile parent, Path inputPath)