public abstract class ResourceLocator extends Object
| Constructor and Description |
|---|
ResourceLocator() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<Path> |
getResources(String name)
Gets all resources from all registered
ResourceLocator services for the given name. |
abstract Collection<Path> |
locateResources(String name)
Locates all resources with the given name.
|
public static Collection<Path> getResources(String name)
ResourceLocator services for the given name.name - The resource namepublic abstract Collection<Path> locateResources(String name)
name - The resource nameCopyright © 2014–2017 European Space Agency (ESA). All rights reserved.