Package org.pitest.mutationtest.tooling
Class JarCreatingJarFinder
- java.lang.Object
-
- org.pitest.mutationtest.tooling.JarCreatingJarFinder
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringBOOT_CLASSPATHprotected static StringCAN_REDEFINE_CLASSESprotected static StringCAN_SET_NATIVE_METHODprotected static StringPREMAIN_CLASS
-
Constructor Summary
Constructors Constructor Description JarCreatingJarFinder()JarCreatingJarFinder(ClassByteArraySource classByteSource)
-
-
-
Field Detail
-
CAN_REDEFINE_CLASSES
protected static final String CAN_REDEFINE_CLASSES
- See Also:
- Constant Field Values
-
PREMAIN_CLASS
protected static final String PREMAIN_CLASS
- See Also:
- Constant Field Values
-
CAN_SET_NATIVE_METHOD
protected static final String CAN_SET_NATIVE_METHOD
- See Also:
- Constant Field Values
-
BOOT_CLASSPATH
protected static final String BOOT_CLASSPATH
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JarCreatingJarFinder
public JarCreatingJarFinder(ClassByteArraySource classByteSource)
-
JarCreatingJarFinder
public JarCreatingJarFinder()
-
-