Searched refs:hasClassPathAttribute (Results 1 – 3 of 3) sorted by relevance
79 private boolean hasClassPathAttribute; field in JarFile535 public boolean hasClassPathAttribute() throws IOException { in hasClassPathAttribute() method in JarFile537 return hasClassPathAttribute; in hasClassPathAttribute()577 hasClassPathAttribute = true; in checkForSpecialAttributes()
107 public boolean hasClassPathAttribute() throws java.io.IOException { in hasClassPathAttribute() method in JarFile145 private boolean hasClassPathAttribute; field in JarFile
1205 if (jar.hasClassPathAttribute()) { // Only get manifest when necessary