Package org.jboss.modules
Interface PreMain
-
public interface PreMain
An initialization task which is run before the application'smain
method. THe main module is searched for service implementations of this interface before the main method is executed.- Author:
- David M. Lloyd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(java.util.List<java.lang.String> args)
Run the initialization task.
-