public class CachedLSResourceResolver extends Object implements LSResourceResolver
Constructor and Description |
---|
CachedLSResourceResolver()
Constructor.
|
CachedLSResourceResolver(ExceptionContainer container)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addCachedEntities(Map<String,byte[]> entities) |
Map<String,byte[]> |
getCachedEntities() |
LSInput |
resolveResource(String type,
String namespaceURI,
String publicId,
String systemId,
String baseURI) |
void |
setExceptionContainer(ExceptionContainer container) |
public CachedLSResourceResolver()
public CachedLSResourceResolver(ExceptionContainer container)
container
- A container to hold messages.public LSInput resolveResource(String type, String namespaceURI, String publicId, String systemId, String baseURI)
resolveResource
in interface LSResourceResolver
public void setExceptionContainer(ExceptionContainer container)
Copyright © 2010–2015 Planetary Data System. All rights reserved.