Searched refs:KEEP (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/jar/
H A DPack200.java295 * If this property is set to the special string {@link #KEEP}, the packer
299 * The default is {@link #KEEP}, which preserves the input information,
323 * If this property is set to the special string {@link #KEEP},
327 * The default is {@link #KEEP}, which preserves the input information,
472 String KEEP = "keep"; field in interface:Pack200.Packer
615 String KEEP = "keep"; field in interface:Pack200.Unpacker
631 * The default value is the special string {@link #KEEP},
/openjdk7/jdk/test/tools/pack200/
H A DPack200Props.java98 expectedDefaults.put(p.DEFLATE_HINT, p.KEEP);
101 expectedDefaults.put(p.MODIFICATION_TIME, p.KEEP);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DUnpackerImpl.java183 = Pack200.Packer.KEEP.equals(
184 props.getProperty(Utils.UNPACK_MODIFICATION_TIME, Pack200.Packer.KEEP));
186 = Pack200.Packer.KEEP.equals(
187 props.getProperty(Pack200.Unpacker.DEFLATE_HINT, Pack200.Packer.KEEP));
H A DPropMap.java111 props.put(Pack200.Packer.MODIFICATION_TIME, Pack200.Packer.KEEP);
114 props.put(Pack200.Packer.DEFLATE_HINT, Pack200.Packer.KEEP);
H A DNativeUnpack.java183 final int modtime = Pack200.Packer.KEEP.equals(_props.getProperty(Utils.UNPACK_MODIFICATION_TIME, "0")) ?
188 if (modtime == Constants.NO_MODTIME) // Dont pass KEEP && NOW
H A DPackerImpl.java232 = Pack200.Packer.KEEP.equals(props.getProperty(Pack200.Packer.MODIFICATION_TIME));
236 = Pack200.Packer.KEEP.equals(props.getProperty(Pack200.Packer.DEFLATE_HINT));

Completed in 28 milliseconds