public interface PointerResolver
Modifier and Type | Method and Description |
---|---|
File |
getBaseFile() |
String |
getBaseString() |
URI |
getBaseURI() |
Map<Numeric,File> |
resolveFileMap(PointerStatement pointer) |
List<File> |
resolveFiles(PointerStatement pointer) |
Map<Numeric,URI> |
resolveURIMap(PointerStatement pointer) |
List<URI> |
resolveURIs(PointerStatement pointer) |
List<URI> resolveURIs(PointerStatement pointer) throws IOException
IOException
Map<Numeric,URI> resolveURIMap(PointerStatement pointer) throws IOException
IOException
List<File> resolveFiles(PointerStatement pointer)
Map<Numeric,File> resolveFileMap(PointerStatement pointer)
File getBaseFile()
URI getBaseURI()
String getBaseString()
Copyright © 2005–2015 Planetary Data System. All rights reserved.