Class DataFilePath
java.lang.Object
ecmwf.ecpds.master.DataFilePath
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic long
getDataFileId
(String target) Gets the data file id from the target name or -1 if it can't find it.static String
getDir
(int fileSystem, long arrivedTime) Build the path to access a DataFile on the storage.static String
Gets the path.static String
Build the full path name of the DataFile on the storage.
-
Constructor Details
-
DataFilePath
public DataFilePath()
-
-
Method Details
-
getPath
-
getPath
-
getDataFileId
Gets the data file id from the target name or -1 if it can't find it.- Parameters:
target
- the target name- Returns:
- the data file id
-
getDir
Build the path to access a DataFile on the storage.- Parameters:
fileSystem
- the file systemarrivedTime
- the arrived time- Returns:
- the dir
-