1// Signature format: 2.0 2package kernel.lifetimes { 3 4 public class Branch { 5 ctor public Branch(); 6 method public javax.xml.datatype.XMLGregorianCalendar getEol(); 7 method public javax.xml.datatype.XMLGregorianCalendar getLaunch(); 8 method public kernel.lifetimes.LtsVersions getLtsVersions_optional(); 9 method public int getMin_android_release(); 10 method public String getName(); 11 method public kernel.lifetimes.NoReleases getNoReleases_optional(); 12 method public String getVersion(); 13 method public void setEol(javax.xml.datatype.XMLGregorianCalendar); 14 method public void setLaunch(javax.xml.datatype.XMLGregorianCalendar); 15 method public void setLtsVersions_optional(kernel.lifetimes.LtsVersions); 16 method public void setMin_android_release(int); 17 method public void setName(String); 18 method public void setNoReleases_optional(kernel.lifetimes.NoReleases); 19 method public void setVersion(String); 20 } 21 22 public class Kernels { 23 ctor public Kernels(); 24 method public java.util.List<kernel.lifetimes.Branch> getBranch(); 25 method public int getSchema_version(); 26 method public void setSchema_version(int); 27 } 28 29 public class LtsVersions { 30 ctor public LtsVersions(); 31 method public java.util.List<kernel.lifetimes.Release> getRelease(); 32 } 33 34 public class NoReleases { 35 ctor public NoReleases(); 36 method public String getReason(); 37 method public void setReason(String); 38 } 39 40 public class Release { 41 ctor public Release(); 42 method public javax.xml.datatype.XMLGregorianCalendar getEol(); 43 method public javax.xml.datatype.XMLGregorianCalendar getLaunch(); 44 method public String getVersion(); 45 method public void setEol(javax.xml.datatype.XMLGregorianCalendar); 46 method public void setLaunch(javax.xml.datatype.XMLGregorianCalendar); 47 method public void setVersion(String); 48 } 49 50 public class XmlParser { 51 ctor public XmlParser(); 52 method public static kernel.lifetimes.Kernels read(java.io.InputStream) throws javax.xml.datatype.DatatypeConfigurationException, java.io.IOException, org.xmlpull.v1.XmlPullParserException; 53 method public static String readText(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException; 54 method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException; 55 } 56 57} 58 59