test/org/openjdk/jigsaw/MockLibrary.java

Print this page

        

*** 96,105 **** --- 96,109 ---- public URI location() { throw new UnsupportedOperationException(); } + public ModuleArchitecture architecture() { + return ModuleArchitecture.ANY; + } + public void installFromManifests(Collection<Manifest> mf) { throw new UnsupportedOperationException(); } public void install(Collection<File> mf, boolean verifySignature) {