Interface NPMResolver
public interface NPMResolver
-
Method Summary
Modifier and TypeMethodDescriptiongetDependencyJSPackage(String packageName) resolveModuleName(String moduleName)
-
Method Details
-
getDependencyJSPackage
- Throws:
UnsupportedOperationException- if the associated bundle does not contain AMD modules
-
getJSPackage
JSPackage getJSPackage()- Throws:
UnsupportedOperationException- if the associated bundle does not contain AMD modules
-
resolveModuleName
- Throws:
UnsupportedOperationException- if the associated bundle does not contain AMD modules
-