< prev index next >

src/jdk.jlink/share/classes/jdk/tools/jlink/plugin/ResourcePool.java

Print this page

        

*** 93,109 **** * @return The ByteOrder. */ public ByteOrder byteOrder(); /** - * Release properties such as OS, CPU name, version etc. - * - * @return the release properties - */ - public Map<String, String> releaseProperties(); - - /** * Visit each ResourcePoolEntry in this ResourcePool to transform it and copy * the transformed ResourcePoolEntry to the output ResourcePoolBuilder. * * @param transform The function called for each ResourcePoolEntry found in the * ResourcePool. The transform function should return a ResourcePoolEntry --- 93,102 ----
< prev index next >