Package fr.gouv.vitam.common.model
Class LocalFile
- java.lang.Object
-
- fr.gouv.vitam.common.model.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)
-
-
-
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
-
-