|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.surefire.booter.ForkedBooter
public class ForkedBooter
The part of the booter that is unique to a forked vm.
Deals with deserialization of the booter wire-level protocol Todo: Look at relationship between this class and BooterSerializer (BooterDeserializer?)
Constructor Summary | |
---|---|
ForkedBooter()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
This method is invoked when Surefire is forked - this method parses and organizes the arguments passed to it and then calls the Surefire class' run method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ForkedBooter()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Throwable
args
- Commandline arguments
java.lang.Throwable
- Upon throwables
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |