Class DatasetRootConfig

java.lang.Object
thredds.server.catalog.DatasetRootConfig

@Immutable public class DatasetRootConfig extends Object
Encapsolates the datasetRoot element
Since:
1/15/2015
  • Field Details

    • path

      public final String path
    • location

      public final String location
  • Constructor Details

    • DatasetRootConfig

      public DatasetRootConfig(String path, String location)
  • Method Details

    • getPath

      public String getPath()
    • getLocation

      public String getLocation()