Class LocalFile


  • public class LocalFile
    extends java.lang.Object
    LocalFile class Used to specify path of desired local file to ingest
    • Constructor Summary

      Constructors 
      Constructor Description
      LocalFile​(java.lang.String path)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPath()  
      LocalFile setPath​(java.lang.String path)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LocalFile

        public LocalFile​(java.lang.String path)
    • Method Detail

      • getPath

        public java.lang.String getPath()
        Returns:
        the path
      • setPath

        public LocalFile setPath​(java.lang.String path)
        Parameters:
        path - the path of the local file to set
        Returns:
        this