|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvService | |
|---|---|
| thredds.catalog | Reads and writes THREDDS Dataset Inventory Catalog XML documents. |
| thredds.catalog.parser.jdom | |
| thredds.cataloggen | |
| thredds.cataloggen.config | |
| thredds.cataloggen.inserter | |
| Uses of InvService in thredds.catalog |
|---|
| Fields in thredds.catalog declared as InvService | |
|---|---|
protected InvService |
InvDataset.defaultService
|
protected InvService |
InvAccess.service
|
| Fields in thredds.catalog with type parameters of type InvService | |
|---|---|
protected java.util.Map<java.lang.String,InvService> |
InvCatalog.serviceHash
|
protected java.util.List<InvService> |
InvDataset.services
|
protected java.util.List<InvService> |
InvCatalog.services
|
| Methods in thredds.catalog that return InvService | |
|---|---|
InvService |
InvDatasetImplProxy.findService(java.lang.String p0)
|
InvService |
InvDataset.findService(java.lang.String name)
Find the named service declared in this dataset or one of its parents. |
InvService |
InvCatalogRef.findService(java.lang.String p0)
|
InvService |
InvCatalog.findService(java.lang.String name)
Find the named service declared in the top level of this catalog. |
InvService |
InvAccess.getService()
|
InvService |
InvDatasetImplProxy.getServiceDefault()
|
InvService |
InvDataset.getServiceDefault()
Find the default service for this dataset and its children. |
InvService |
InvCatalogRef.getServiceDefault()
|
| Methods in thredds.catalog that return types with arguments of type InvService | |
|---|---|
java.util.List<InvService> |
InvService.getServices()
Get nested services; only if getServiceType() == ServiceType.COMPOUND. |
java.util.List<InvService> |
InvCatalog.getServices()
Get top-level services. |
java.util.List<InvService> |
InvDatasetImplProxy.getServicesLocal()
|
java.util.List<InvService> |
InvDatasetImpl.getServicesLocal()
Get services attached specifically to this dataset. |
| Methods in thredds.catalog with parameters of type InvService | |
|---|---|
void |
InvService.addService(InvService service)
Add a nested service to a service of type COMPOUND. |
void |
InvDatasetImplProxy.addService(InvService p0)
|
void |
InvDatasetImpl.addService(InvService service)
Deprecated. put services in catalog |
void |
InvCatalogImpl.addService(InvService s)
Add Service (1.0) |
void |
InvDatasetImplProxy.removeService(InvService p0)
|
void |
InvDatasetImpl.removeService(InvService service)
Deprecated. put services in catalog |
| Method parameters in thredds.catalog with type arguments of type InvService | |
|---|---|
void |
InvDatasetImplProxy.setServicesLocal(java.util.List<InvService> p0)
|
void |
InvDatasetImpl.setServicesLocal(java.util.List<InvService> s)
Set the list of services attached specifically to this dataset. |
| Constructors in thredds.catalog with parameters of type InvService | |
|---|---|
InvAccessImpl(InvDataset dataset,
java.lang.String urlPath,
InvService service)
Construct from an existing InvService. |
|
| Uses of InvService in thredds.catalog.parser.jdom |
|---|
| Methods in thredds.catalog.parser.jdom that return InvService | |
|---|---|
protected InvService |
InvCatalogFactory10.readService(org.jdom.Element s,
java.net.URI baseURI)
|
| Uses of InvService in thredds.cataloggen |
|---|
| Methods in thredds.cataloggen that return InvService | |
|---|---|
InvService |
ProxyDatasetHandler.getProxyDatasetService(CrawlableDataset parent)
Return the InvService to be used by the InvDataset that corresponds to the created dataset. |
| Constructors in thredds.cataloggen with parameters of type InvService | |
|---|---|
CatGenAndWrite(java.lang.String collectionId,
java.lang.String collectionTitle,
java.lang.String collectionUrlId,
InvService service,
CrawlableDataset collectionCrDs,
CrawlableDataset topCatCrDs,
CrawlableDatasetFilter filter,
InvDatasetImpl topLevelMetadataContainer,
java.io.File catWriteDir)
|
|
CollectionLevelScanner(java.lang.String collectionPath,
CrawlableDataset collectionLevel,
CrawlableDataset catalogLevel,
CrawlableDataset currentLevel,
CrawlableDatasetFilter filter,
InvService service)
Construct a CollectionLevelScanner. |
|
DatasetScanCatalogBuilder(InvDatasetScan datasetScan,
CrawlableDataset collectionCrDs,
InvService service)
|
|
DirectoryScanner(InvService service,
java.lang.String serviceTitle,
java.io.File serviceBaseUrlDir,
java.lang.String prefixPath,
boolean createCatalogRefs)
Construct a DirectoryScanner given information about the data server to be cataloged. |
|
StandardCatalogBuilder(java.lang.String collectionPath,
java.lang.String collectionName,
CrawlableDataset collectionCrDs,
CrawlableDatasetFilter filter,
InvService service,
java.lang.String collectionId,
CrawlableDatasetLabeler identifier,
CrawlableDatasetLabeler namer,
boolean doAddDatasetSize,
CrawlableDatasetSorter sorter,
java.util.Map proxyDatasetHandlers,
java.util.List childEnhancerList,
InvDatasetImpl topLevelMetadataContainer,
CatalogRefExpander catalogRefExpander)
|
|
| Uses of InvService in thredds.cataloggen.config |
|---|
| Subclasses of InvService in thredds.cataloggen.config | |
|---|---|
class |
ResultService
Title: Catalog Generator |
| Constructors in thredds.cataloggen.config with parameters of type InvService | |
|---|---|
ResultService(InvService service,
java.lang.String accessPointHeader)
|
|
| Uses of InvService in thredds.cataloggen.inserter |
|---|
| Methods in thredds.cataloggen.inserter that return InvService | |
|---|---|
InvService |
SimpleLatestProxyDsHandler.getProxyDatasetService(CrawlableDataset parent)
|
InvService |
LatestCompleteProxyDsHandler.getProxyDatasetService(CrawlableDataset parent)
|
| Constructors in thredds.cataloggen.inserter with parameters of type InvService | |
|---|---|
LatestCompleteProxyDsHandler(java.lang.String latestName,
boolean locateAtTopOrBottom,
InvService service,
boolean isResolver,
long lastModifiedLimit)
Constructor. |
|
SimpleLatestProxyDsHandler(java.lang.String latestName,
boolean locateAtTopOrBottom,
InvService service,
boolean isResolver)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||