| Interface | Description |
|---|---|
| CheckableForFileRepresentation |
An object that can be asked whether it can return a java.io.File representation of itself
and the method by which to request such a representation.
|
| CrawlableDataset |
CrawlableDataset represents an abstract dataset that is part of a
hierarchical dataset collection.
|
| CrawlableDatasetFilter |
A filter for CrawlableDatasets.
|
| CrawlableDatasetLabeler |
An interface for determining a String label for a CrawlableDataset.
|
| CrawlableDatasetSorter |
The CrawlableDatasetSorter interface provides for sorting a list of
CrawlableDatasets.
|
| Class | Description |
|---|---|
| CrawlableDatasetAlias |
An alias for a collection of datasets (i.e., the dataset path contains
one or more wildcard characters ("*")).
|
| CrawlableDatasetDods |
A description
|
| CrawlableDatasetFactory |
A description
|
| CrawlableDatasetFile |
An implementation of CrawlableDataset where the dataset being represented
is a local file (java.io.File).
|
| ExamplePathResolverCrDs |
Very simple example of a PathResolverCrawlableDataset implementation.
|
| MultiLabeler |
_more_
|
| PathResolverCrawlableDataset |
An abstract CrawlableDataset implementation built around a path resolver method
|
| RegExpAndReplaceOnNameLabeler |
_more_
|
| RegExpAndReplaceOnPathLabeler |
_more_
|