Package io.reactiverse.es4x.impl
Class ImportMapper
- java.lang.Object
-
- io.reactiverse.es4x.impl.ImportMapper
-
public class ImportMapper extends Object
-
-
Constructor Summary
Constructors Constructor Description ImportMapper(io.vertx.core.json.JsonObject config)ImportMapper(io.vertx.core.json.JsonObject config, URL baseURL)
-
-
-
Constructor Detail
-
ImportMapper
public ImportMapper(io.vertx.core.json.JsonObject config) throws MalformedURLException- Throws:
MalformedURLException
-
ImportMapper
public ImportMapper(io.vertx.core.json.JsonObject config, URL baseURL)
-
-
Method Detail
-
resolve
public URI resolve(String specifier) throws UnmappedBareSpecifierException, URISyntaxException
-
resolve
public URI resolve(String specifier, String referrer) throws MalformedURLException, UnmappedBareSpecifierException, URISyntaxException
-
resolve
public URL resolve(String specifier, URL scriptURL) throws UnmappedBareSpecifierException
- Throws:
UnmappedBareSpecifierException
-
-