org.objectweb.jac.core.parsers.xml
Class XmlConfig

java.lang.Object
  extended byorg.objectweb.jac.core.parsers.xml.XmlConfig

public class XmlConfig
extends Object


Field Summary
static String methodElementTagName
           
 
Constructor Summary
XmlConfig(InputStream inputStream, String fileLocation, Class targetClass)
           
 
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
 

Field Detail

methodElementTagName

public static final String methodElementTagName
See Also:
Constant Field Values
Constructor Detail

XmlConfig

public XmlConfig(InputStream inputStream,
                 String fileLocation,
                 Class targetClass)
          throws Exception
Parameters:
fileLocation - the xml file
targetClass - the object will be operated on
Method Detail

main

public static void main(String[] args)
                 throws Exception
Do some invocations on System.out

Throws:
Exception