Searched refs:MetaIndex (Results 1 – 4 of 4) sorted by relevance
130 public class MetaIndex { class132 private static volatile Map<File, MetaIndex> jarMap;147 public static MetaIndex forJar(File jar) { in forJar()171 Map<File, MetaIndex> map = getJarMap(); in registerDirectory()192 new MetaIndex(contents, in registerDirectory()217 new MetaIndex(contents, isCurJarContainClassOnly)); in registerDirectory()254 private MetaIndex(List<String> entries, boolean isClassOnlyJar) in MetaIndex() method in MetaIndex264 private static Map<File, MetaIndex> getJarMap() { in getJarMap()266 synchronized (MetaIndex.class) { in getJarMap()268 jarMap = new HashMap<File, MetaIndex>(); in getJarMap()
125 public static JarIndex getJarIndex(JarFile jar, MetaIndex metaIndex) throws IOException { in getJarIndex()
596 private MetaIndex metaIndex;621 metaIndex = MetaIndex.forJar(f);
1084 ojluni/src/main/java/sun/misc/MetaIndex.java \