Home | History | Annotate | Download | only in jar

Lines Matching refs:Attributes

20 import java.util.jar.Attributes;
24 private Attributes a;
28 a = new Attributes();
45 Attributes attr = new Attributes();
50 Attributes attr = new Attributes(10);
56 .get(new Attributes.Name("1")));
63 .getValue(new Attributes.Name("1")));
65 .getValue(new Attributes.Name("0")));
69 Attributes b = (Attributes) a.clone();
72 b = (Attributes) a.clone();
78 Attributes b = new Attributes();
79 b.put(new Attributes.Name("1"), "one");
81 b.put(new Attributes.Name("3"), "three");