diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/java/com/nokia/config/SAXConfigParser.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/java/com/nokia/config/SAXConfigParser.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,261 @@ + + + + + + +SAXConfigParser + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.nokia.config +
+Class SAXConfigParser

+
+java.lang.Object
+  extended by com.nokia.config.SAXConfigParser
+
+
+
+
public class SAXConfigParser
extends java.lang.Object
+ + +

+Parses the sysdef config file and extracts the available configurations +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
SAXConfigParser(java.lang.String fileName) + +
+          Constructor
+  + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetConfigs() + +
+          Constructor
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SAXConfigParser

+
+public SAXConfigParser(java.lang.String fileName)
+
+
Constructor +

+

+
Parameters:
fileName - - name of the sysdef file to parse
+
+ + + + + + + + +
+Method Detail
+ +

+getConfigs

+
+public java.lang.String getConfigs()
+
+
Constructor +

+

+ +
Returns:
list of available configurations that can be built.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +