Package org.pkl.core.externalreader
Interface ExternalResourceResolver
public interface ExternalResourceResolver
-
Method Summary
Modifier and TypeMethodDescriptionbooleanhasElement(SecurityManager securityManager, URI elementUri) listElements(SecurityManager securityManager, URI baseUri) static ExternalResourceResolverof(MessageTransport transport, long evaluatorId)
-
Method Details
-
of
-
read
- Throws:
IOException
-
hasElement
- Throws:
SecurityManagerException
-
listElements
List<PathElement> listElements(SecurityManager securityManager, URI baseUri) throws IOException, SecurityManagerException - Throws:
IOExceptionSecurityManagerException
-