org.objectweb.jac.core.parsers.xml
Class XmlConfig
java.lang.Object
|
+--org.objectweb.jac.core.parsers.xml.XmlConfig
- public class XmlConfig
- extends Object
Method Summary |
static void |
main(String[] args)
Do some invocations on System.out |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
methodElementTagName
public static final String methodElementTagName
- See Also:
- Constant Field Values
XmlConfig
public XmlConfig(InputStream inputStream,
String fileLocation,
Class targetClass)
throws Exception
- Parameters:
fileLocation
- the xml filetargetClass
- the object will be operated on
main
public static void main(String[] args)
throws Exception
- Do some invocations on System.out
Exception