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