1// Signature format: 2.0
2package dumpstate.hal.configuration.V1_0 {
3
4  public class DumpstateHalConfiguration {
5    ctor public DumpstateHalConfiguration();
6    method public dumpstate.hal.configuration.V1_0.Services getServices();
7    method public dumpstate.hal.configuration.V1_0.SystemLogs getSystemLogs();
8    method public float getVersion();
9    method public void setServices(dumpstate.hal.configuration.V1_0.Services);
10    method public void setSystemLogs(dumpstate.hal.configuration.V1_0.SystemLogs);
11    method public void setVersion(float);
12  }
13
14  public class Service {
15    ctor public Service();
16    method public String getCommand();
17    method public String getName();
18    method public void setCommand(String);
19    method public void setName(String);
20  }
21
22  public class Services {
23    ctor public Services();
24    method public java.util.List<dumpstate.hal.configuration.V1_0.Service> getService();
25  }
26
27  public class SystemLogs {
28    ctor public SystemLogs();
29    method public dumpstate.hal.configuration.V1_0.Service getService();
30    method public void setService(dumpstate.hal.configuration.V1_0.Service);
31  }
32
33  public class XmlParser {
34    ctor public XmlParser();
35    method public static dumpstate.hal.configuration.V1_0.DumpstateHalConfiguration read(java.io.InputStream) throws javax.xml.datatype.DatatypeConfigurationException, java.io.IOException, org.xmlpull.v1.XmlPullParserException;
36    method public static String readText(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException;
37    method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException;
38  }
39
40}
41
42