org.apache.maven.surefire.booter
Class JdkReflector

java.lang.Object
  extended by org.apache.maven.surefire.booter.JdkReflector

public class JdkReflector
extends Object

Does reflection based invocation of misc jdk method

Author:
Kristian Rosenvold

Constructor Summary
JdkReflector()
           
 
Method Summary
 void invokeAssertionStatusMethod(ClassLoader classLoader, boolean enableAssertions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdkReflector

public JdkReflector()
Method Detail

invokeAssertionStatusMethod

public void invokeAssertionStatusMethod(ClassLoader classLoader,
                                        boolean enableAssertions)


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.