Searched refs:stripAttributeKind (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DUnpackerImpl.java225 if (props.getBoolean("unpack.strip.debug")) pkg.stripAttributeKind("Debug");
226 if (props.getBoolean("unpack.strip.compile")) pkg.stripAttributeKind("Compile");
H A DPackerImpl.java603 if (props.getBoolean(Utils.COM_PREFIX+"strip.debug")) pkg.stripAttributeKind("Debug");
604 if (props.getBoolean(Utils.COM_PREFIX+"strip.compile")) pkg.stripAttributeKind("Compile");
605 if (props.getBoolean(Utils.COM_PREFIX+"strip.constants")) pkg.stripAttributeKind("Constant");
606 if (props.getBoolean(Utils.COM_PREFIX+"strip.exceptions")) pkg.stripAttributeKind("Exceptions");
607 if (props.getBoolean(Utils.COM_PREFIX+"strip.innerclasses")) pkg.stripAttributeKind("InnerClasses");
H A DPackage.java1115 void stripAttributeKind(String what) { method in class:Package

Completed in 153 milliseconds