|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.runtime.execute.RuntimeExecutor
public class RuntimeExecutor
The default implementation of an executor for the runtime plugin jar implementation.
The executor acts as a conduit to main methods that are keyed in the runtime descriptor. Everything is wrapped up in their own jars with the Executor and the RuntimeClassLoader as the only classes in the jar. This allows the runtime classloader to load up all of the underlying dependencies main methods referred to in the runtime descriptor
Constructor Summary | |
---|---|
RuntimeExecutor()
|
Method Summary | |
---|---|
void |
init()
harvest the jar.runtime descriptor from the jar and pull out executables map |
static void |
main(java.lang.String[] args)
|
void |
processRequest(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RuntimeExecutor()
Method Detail |
---|
public void init()
public void processRequest(java.lang.String[] args)
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |