Class DataFilePath
java.lang.Object
ecmwf.ecpds.master.DataFilePath
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longgetDataFileId(String target) Gets the data file id from the target name or -1 if it can't find it.static StringgetDir(int fileSystem, long arrivedTime) Build the path to access a DataFile on the storage.static StringGets the path.static StringBuild 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
-