Package thredds.inventory
Class MFiles
- java.lang.Object
-
- thredds.inventory.MFiles
-
public class MFiles extends Object
Static helper methods for MFile objects.- Since:
- 5.4
-
-
Constructor Summary
Constructors Constructor Description MFiles()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MFile
create(String location)
Create anMFile
from a given location, the file may or may not existstatic MFile
createIfExists(String location)
Create anMFile
from a given location if it exists, otherwise return null.
-