Searched refs:mainAttributes (Results 1 – 1 of 1) sorted by relevance
47 private final Attributes mainAttributes; field in StrictJarManifest73 mainAttributes = new Attributes(); in StrictJarManifest()99 mainAttributes = (Attributes) man.mainAttributes.clone(); in StrictJarManifest()118 mainAttributes.clear(); in clear()151 return mainAttributes; in getMainAttributes()194 StrictJarManifestReader im = new StrictJarManifestReader(buf, mainAttributes); in read()206 return mainAttributes.hashCode() ^ getEntries().hashCode(); in hashCode()226 if (!mainAttributes.equals(((StrictJarManifest) o).mainAttributes)) { in equals()260 String version = manifest.mainAttributes.getValue(versionName); in write()263 version = manifest.mainAttributes.getValue(versionName); in write()[all …]