Uses of Class
thredds.cataloggen.datasetenhancer.RegExpAndDurationTimeCoverageEnhancer

Packages that use RegExpAndDurationTimeCoverageEnhancer
thredds.cataloggen.datasetenhancer   
 

Uses of RegExpAndDurationTimeCoverageEnhancer in thredds.cataloggen.datasetenhancer
 

Methods in thredds.cataloggen.datasetenhancer that return RegExpAndDurationTimeCoverageEnhancer
static RegExpAndDurationTimeCoverageEnhancer RegExpAndDurationTimeCoverageEnhancer.getInstanceToMatchOnDatasetName(java.lang.String matchPattern, java.lang.String substitutionPattern, java.lang.String duration)
          Factory method that returns a RegExpAndDurationTimeCoverageEnhancer instance that will apply the match pattern to the dataset name.
static RegExpAndDurationTimeCoverageEnhancer RegExpAndDurationTimeCoverageEnhancer.getInstanceToMatchOnDatasetPath(java.lang.String matchPattern, java.lang.String substitutionPattern, java.lang.String duration)
          Factory method that returns a RegExpAndDurationTimeCoverageEnhancer instance that will apply the match pattern to the dataset path.