Home | History | Annotate | Download | only in signapk

Lines Matching refs:Attributes

69 import java.util.jar.Attributes;
232 Attributes main = output.getMainAttributes();
273 Attributes attr = null;
275 attr = attr != null ? new Attributes(attr) : new Attributes();
318 Attributes attr = new Attributes();
358 Attributes main = sf.getMainAttributes();
374 Map<String, Attributes> entries = manifest.getEntries();
375 for (Map.Entry<String, Attributes> entry : entries.entrySet()) {
384 Attributes sfAttr = new Attributes();
446 Map<String, Attributes> entries = manifest.getEntries();