xref: /aosp_15_r20/kernel/configs/xsd/approvedBuild/schema/current.txt (revision 1d3556b860e096874ddca674556f5d20fb3a73b0)
1// Signature format: 2.0
2package approved.build {
3
4  public class Branch {
5    ctor public Branch();
6    method public java.util.List<approved.build.Build> getBuild();
7    method public String getName();
8    method public void setName(String);
9  }
10
11  public class Build {
12    ctor public Build();
13    method public java.math.BigInteger getBug();
14    method public String getId();
15    method public void setBug(java.math.BigInteger);
16    method public void setId(String);
17  }
18
19  public class OgkiApproved {
20    ctor public OgkiApproved();
21    method public java.util.List<approved.build.Branch> getBranch();
22    method public int getVersion();
23    method public void setVersion(int);
24  }
25
26  public class XmlParser {
27    ctor public XmlParser();
28    method public static approved.build.OgkiApproved read(java.io.InputStream) throws javax.xml.datatype.DatatypeConfigurationException, java.io.IOException, org.xmlpull.v1.XmlPullParserException;
29    method public static String readText(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException;
30    method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException;
31  }
32
33}
34
35