Package thredds.inventory
Class MControllers
- java.lang.Object
-
- thredds.inventory.MControllers
-
public class MControllers extends Object
-
-
Constructor Summary
Constructors Constructor Description MControllers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MController
create(String location)
Create anMController
capable of working with a given location.
-
-
-
Method Detail
-
create
public static MController create(String location)
Create anMController
capable of working with a given location.- Parameters:
location
- location under which granules should be managed- Returns:
MController
-
-