Package org.eclipse.epsilon.eol.dt.uris
Class PlatformResourceUpURIResolver
java.lang.Object
org.eclipse.epsilon.eol.execute.context.uris.AbstractUpURIResolver
org.eclipse.epsilon.eol.dt.uris.PlatformResourceUpURIResolver
- All Implemented Interfaces:
IModuleURIResolver
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.epsilon.eol.execute.context.uris.AbstractUpURIResolver
validateUpUri
-
Constructor Details
-
PlatformResourceUpURIResolver
public PlatformResourceUpURIResolver()
-
-
Method Details
-
resolve
public Optional<URI> resolve(URI uri, IModule parentModule, URI rel) throws URISyntaxException, IOException Description copied from interface:IModuleURIResolverAttempts to resolve the givenuri. The resolver is given theparentModuleandbaseUrithat should be used as context.- Returns:
- Non-empty Optional with the resolved URI if successful, or empty Optional if the URI could not be resolved.
- Throws:
URISyntaxExceptionIOException
-
findRecursively
-