| java.lang.Object org.objectweb.jonas_lib.files.WsGenChecker
WsGenChecker | public class WsGenChecker (Code) | | Check if a file has been WsGen-ized.
If not, apply WsGen on it and return the new archive name.
author: Guillaume Sauthier |
Method Summary | |
public String | checkWsGen() Check that WsGen have been applied on the given file
If it was not done, it run WsGen against the file. |
WsGenChecker | public WsGenChecker(MBeanServer ms, String filename, ObjectName j2eeServerON)(Code) | | Creates a new Chceker for WsGen
Parameters: ms - MBeanServer to use Parameters: filename - file to be checked Parameters: j2eeServerON - J2EEServer ObjectName |
checkWsGen | public String checkWsGen() throws CheckerException(Code) | | Check that WsGen have been applied on the given file
If it was not done, it run WsGen against the file.
Returns the path to the modified archive throws: CheckerException - FIXME |
|
|