Class LocalFile

java.lang.Object
fr.gouv.vitam.common.model.LocalFile

public class LocalFile extends Object
LocalFile class Used to specify path of desired local file to ingest
  • Constructor Details

    • LocalFile

      public LocalFile(String path)
  • Method Details

    • getPath

      public String getPath()
      Returns:
      the path
    • setPath

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