org.kemet.lf.tools
Class AFXMLManager

java.lang.Object
  extended by org.kemet.lf.tools.AFXMLManager

public class AFXMLManager
extends java.lang.Object

Since:
0.3
Author:
fabricemaupin

AFXMLManager : configuration XML file manager.


Constructor Summary
AFXMLManager()
           load the configuration XML file.
 
Method Summary
 void getMethodNames()
           get all targets (method names).
 java.util.HashMap getTargetList()
           return the list of targets.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AFXMLManager

public AFXMLManager()
             throws ExceptionManager

load the configuration XML file.

Throws:
ExceptionManager
Since:
0.3
Method Detail

getMethodNames

public void getMethodNames()
                    throws ExceptionManager

get all targets (method names).

Throws:
ExceptionManager
Since:
0.3

getTargetList

public java.util.HashMap getTargetList()

return the list of targets.

Returns:
list of targets
Since:
0.3


Copyright © 2008 F. MAUPIN. All Rights Reserved.