src/share/classes/org/openjdk/jigsaw/Library.java

Print this page

        

@@ -87,10 +87,15 @@
     public abstract int minorVersion();
 
     public abstract Library parent();
 
     /**
+     * <p> Return the Architecture of this library. </p>
+     */
+    public abstract ModuleArchitecture architecture();
+
+    /**
      * <p> Read the module-info class bytes for the module with the given
      * identifier, from this library only. </p>
      *
      * @param   mid
      *          The identifier of the module being sought