Index

A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractMasterProcessChannelProcessorFactory - Class in org.apache.maven.surefire.booter.spi
Default implementation of MasterProcessChannelProcessorFactory.
AbstractMasterProcessChannelProcessorFactory() - Constructor for class org.apache.maven.surefire.booter.spi.AbstractMasterProcessChannelProcessorFactory
 
AbstractPathConfiguration - Class in org.apache.maven.surefire.booter
 
AbstractPathConfiguration(Classpath, boolean, boolean) - Constructor for class org.apache.maven.surefire.booter.AbstractPathConfiguration
 
acquireNextTest() - Method in class org.apache.maven.surefire.booter.spi.EventChannelEncoder
 
addByeAckListener(CommandListener) - Method in class org.apache.maven.surefire.booter.CommandReader
 
addClassPathElementUrl(String) - Method in class org.apache.maven.surefire.booter.Classpath
 
addList(List, String) - Method in class org.apache.maven.surefire.booter.PropertiesWrapper
 
addNoopListener(CommandListener) - Method in class org.apache.maven.surefire.booter.CommandReader
 
addShutdownListener(CommandListener) - Method in class org.apache.maven.surefire.booter.CommandReader
 
addSkipNextTestsListener(CommandListener) - Method in class org.apache.maven.surefire.booter.CommandReader
 
addURL(URL) - Method in class org.apache.maven.surefire.booter.IsolatedClassLoader
Deprecated.
this method will use File instead of URL in the next major version.
ALL - Enum constant in enum org.apache.maven.surefire.booter.ProcessCheckerType
 
awaitStarted() - Method in class org.apache.maven.surefire.booter.CommandReader
 

B

BooterConstants - Class in org.apache.maven.surefire.booter
Constants used by the serializer/deserializer
BooterDeserializer - Class in org.apache.maven.surefire.booter
Knows how to serialize and deserialize the booter configuration.
BooterDeserializer(InputStream) - Constructor for class org.apache.maven.surefire.booter.BooterDeserializer
 
bye() - Method in class org.apache.maven.surefire.booter.spi.EventChannelEncoder
 

C

canUse() - Method in interface org.apache.maven.surefire.booter.ProcessChecker
Deprecated.
with using ProcessHandleChecker on Java 9+, this method will always return true and can be removed in a future release.
canUse(String) - Method in class org.apache.maven.surefire.booter.spi.LegacyMasterProcessChannelProcessorFactory
 
canUse(String) - Method in class org.apache.maven.surefire.booter.spi.SurefireMasterProcessChannelProcessorFactory
 
checkError() - Method in class org.apache.maven.surefire.booter.spi.EventChannelEncoder
 
CHILD_DELEGATION - Static variable in class org.apache.maven.surefire.booter.AbstractPathConfiguration
 
ClassLoaderConfiguration - Class in org.apache.maven.surefire.booter
Configuration for forking tests.
ClassLoaderConfiguration(boolean, boolean) - Constructor for class org.apache.maven.surefire.booter.ClassLoaderConfiguration
 
Classpath - Class in org.apache.maven.surefire.booter
An ordered list of classpath elements with set behaviour A Classpath is immutable and thread safe.
Classpath(Collection) - Constructor for class org.apache.maven.surefire.booter.Classpath
 
Classpath(Classpath, String) - Constructor for class org.apache.maven.surefire.booter.Classpath
 
CLASSPATH - Static variable in class org.apache.maven.surefire.booter.AbstractPathConfiguration
 
ClasspathConfiguration - Class in org.apache.maven.surefire.booter
Represents the classpaths for the BooterConfiguration.
ClasspathConfiguration(boolean, boolean) - Constructor for class org.apache.maven.surefire.booter.ClasspathConfiguration
 
ClasspathConfiguration(Classpath, Classpath, Classpath, boolean, boolean) - Constructor for class org.apache.maven.surefire.booter.ClasspathConfiguration
 
clone() - Method in class org.apache.maven.surefire.booter.Classpath
 
close() - Method in class org.apache.maven.surefire.booter.spi.AbstractMasterProcessChannelProcessorFactory
 
close() - Method in class org.apache.maven.surefire.booter.spi.CommandChannelDecoder
 
close() - Method in class org.apache.maven.surefire.booter.spi.SurefireMasterProcessChannelProcessorFactory
 
close() - Method in class org.apache.maven.surefire.booter.stream.CommandDecoder
 
CommandChannelDecoder - Class in org.apache.maven.surefire.booter.spi
magic number : opcode [: opcode specific data]*
CommandChannelDecoder(ReadableByteChannel, ForkNodeArguments) - Constructor for class org.apache.maven.surefire.booter.spi.CommandChannelDecoder
 
CommandDecoder - Class in org.apache.maven.surefire.booter.stream
 
CommandDecoder(ReadableByteChannel, ForkNodeArguments) - Constructor for class org.apache.maven.surefire.booter.stream.CommandDecoder
 
CommandReader - Class in org.apache.maven.surefire.booter
Reader of commands coming from plugin(master) process.
CommandReader(MasterProcessChannelDecoder, Shutdown, ConsoleLogger) - Constructor for class org.apache.maven.surefire.booter.CommandReader
 
connect(String) - Method in class org.apache.maven.surefire.booter.spi.LegacyMasterProcessChannelProcessorFactory
 
connect(String) - Method in class org.apache.maven.surefire.booter.spi.SurefireMasterProcessChannelProcessorFactory
 
consoleDebugLog(String) - Method in class org.apache.maven.surefire.booter.spi.EventChannelEncoder
 
consoleErrorLog(String) - Method in class org.apache.maven.surefire.booter.spi.EventChannelEncoder
 
consoleErrorLog(String, Throwable) - Method in class org.apache.maven.surefire.booter.spi.EventChannelEncoder
 
consoleErrorLog(Throwable) - Method in class org.apache.maven.surefire.booter.spi.EventChannelEncoder
 
consoleErrorLog(StackTraceWriter, boolean) - Method in class org.apache.maven.surefire.booter.spi.EventChannelEncoder
 
consoleInfoLog(String) - Method in class org.apache.maven.surefire.booter.spi.EventChannelEncoder
 
consoleWarningLog(String) - Method in class org.apache.maven.surefire.booter.spi.EventChannelEncoder
 
convertIfRunResult(Object) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
copyTo(Map) - Method in interface org.apache.maven.surefire.booter.KeyValueSource
 
copyTo(Map) - Method in class org.apache.maven.surefire.booter.PropertiesWrapper
 
createBooterConfiguration(ClassLoader, boolean) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
createClassLoader(boolean, boolean, String) - Method in class org.apache.maven.surefire.booter.Classpath
 
createDecoder(ForkNodeArguments) - Method in class org.apache.maven.surefire.booter.spi.LegacyMasterProcessChannelProcessorFactory
 
createDecoder(ForkNodeArguments) - Method in class org.apache.maven.surefire.booter.spi.SurefireMasterProcessChannelProcessorFactory
 
createEncoder(ForkNodeArguments) - Method in class org.apache.maven.surefire.booter.spi.LegacyMasterProcessChannelProcessorFactory
 
createEncoder(ForkNodeArguments) - Method in class org.apache.maven.surefire.booter.spi.SurefireMasterProcessChannelProcessorFactory
 
createMergedClassLoader() - Method in class org.apache.maven.surefire.booter.AbstractPathConfiguration
 
createMergedClassLoader() - Method in class org.apache.maven.surefire.booter.ModularClasspathConfiguration
 
createProvider(boolean) - Method in class org.apache.maven.surefire.booter.ProviderFactory
 

D

debugStream(byte[], int, int) - Method in class org.apache.maven.surefire.booter.stream.CommandDecoder
 
decode() - Method in class org.apache.maven.surefire.booter.spi.CommandChannelDecoder
 
decode(AbstractStreamDecoder.Memento) - Method in class org.apache.maven.surefire.booter.stream.CommandDecoder
 
deserialize() - Method in class org.apache.maven.surefire.booter.BooterDeserializer
 
destroyActiveCommands() - Method in interface org.apache.maven.surefire.booter.ProcessChecker
Destroys any active commands or subprocesses used by this checker.
dumpStreamException(Throwable) - Method in class org.apache.maven.surefire.booter.ForkedNodeArg
 
dumpStreamText(String) - Method in class org.apache.maven.surefire.booter.ForkedNodeArg
 

E

emptyClasspath() - Static method in class org.apache.maven.surefire.booter.Classpath
 
ENABLE_ASSERTIONS - Static variable in class org.apache.maven.surefire.booter.AbstractPathConfiguration
 
endsWithJavaPath(String) - Static method in class org.apache.maven.surefire.booter.SystemUtils
 
enumToByteArray(ForkedProcessEventType) - Method in class org.apache.maven.surefire.booter.stream.EventEncoder
 
equals(Object) - Method in class org.apache.maven.surefire.booter.Classpath
 
equals(Object) - Method in class org.apache.maven.surefire.booter.TypeEncodedValue
 
EventChannelEncoder - Class in org.apache.maven.surefire.booter.spi
magic number : opcode : run mode [: opcode specific data]*
EventChannelEncoder(WritableBufferedByteChannel) - Constructor for class org.apache.maven.surefire.booter.spi.EventChannelEncoder
The encoder for events.
EventEncoder - Class in org.apache.maven.surefire.booter.stream
 
EventEncoder(WritableBufferedByteChannel) - Constructor for class org.apache.maven.surefire.booter.stream.EventEncoder
 
EXCLUDES_PROPERTY_PREFIX - Static variable in class org.apache.maven.surefire.booter.BooterConstants
 

F

FAIL_FAST_COUNT - Static variable in class org.apache.maven.surefire.booter.BooterConstants
 
FAILIFNOTESTS - Static variable in class org.apache.maven.surefire.booter.BooterConstants
 
FORK_NODE_CONNECTION_STRING - Static variable in class org.apache.maven.surefire.booter.BooterConstants
 
FORK_NUMBER - Static variable in class org.apache.maven.surefire.booter.BooterConstants
 
ForkedBooter - Class in org.apache.maven.surefire.booter
The part of the booter that is unique to a forked vm.
ForkedBooter() - Constructor for class org.apache.maven.surefire.booter.ForkedBooter
 
ForkedNodeArg - Class in org.apache.maven.surefire.booter
 
ForkedNodeArg(int, boolean) - Constructor for class org.apache.maven.surefire.booter.ForkedNodeArg
 
FORKTESTSET - Static variable in class org.apache.maven.surefire.booter.BooterConstants
 
FORKTESTSET_PREFER_TESTS_FROM_IN_STREAM - Static variable in class org.apache.maven.surefire.booter.BooterConstants
 

G

getActualClassName() - Method in class org.apache.maven.surefire.booter.StartupConfiguration
 
getBaseDir() - Method in class org.apache.maven.surefire.booter.ProviderConfiguration
 
getBooleanProperty(String) - Method in class org.apache.maven.surefire.booter.PropertiesWrapper
 
getCharset() - Method in class org.apache.maven.surefire.booter.stream.EventEncoder
 
getClassLoaderConfiguration() - Method in class org.apache.maven.surefire.booter.StartupConfiguration
 
getClassPath() - Method in class org.apache.maven.surefire.booter.Classpath
 
getClasspathConfiguration() - Method in class org.apache.maven.surefire.booter.StartupConfiguration
 
getCommandStreamBinaryFile() - Method in class org.apache.maven.surefire.booter.ForkedNodeArg
 
getCompactLogMessage(String) - Method in class org.apache.maven.surefire.booter.Classpath
 
getConnectionString() - Method in class org.apache.maven.surefire.booter.BooterDeserializer
Describes the current connection channel used by the client in the forked JVM in order to connect to the plugin process.
getConsoleLock() - Method in class org.apache.maven.surefire.booter.ForkedNodeArg
 
getConsoleLogger() - Method in class org.apache.maven.surefire.booter.ForkedNodeArg
 
getDecodedValue() - Method in class org.apache.maven.surefire.booter.TypeEncodedValue
 
getDecodedValue(ClassLoader) - Method in class org.apache.maven.surefire.booter.TypeEncodedValue
 
getDirScannerParams() - Method in class org.apache.maven.surefire.booter.ProviderConfiguration
 
getEncodedCharsetName() - Method in class org.apache.maven.surefire.booter.stream.EventEncoder
 
getEncodedMagicNumber() - Method in class org.apache.maven.surefire.booter.stream.CommandDecoder
 
getEncodedMagicNumber() - Method in class org.apache.maven.surefire.booter.stream.EventEncoder
 
getEventStreamBinaryFile() - Method in class org.apache.maven.surefire.booter.ForkedNodeArg
 
getExcludes() - Method in class org.apache.maven.surefire.booter.ProviderConfiguration
Deprecated.
getFileProperty(String) - Method in class org.apache.maven.surefire.booter.PropertiesWrapper
 
getForkChannelId() - Method in class org.apache.maven.surefire.booter.ForkedNodeArg
 
getForkNumber() - Method in class org.apache.maven.surefire.booter.BooterDeserializer
 
getIncludes() - Method in class org.apache.maven.surefire.booter.ProviderConfiguration
Deprecated.
getInprocClasspath() - Method in class org.apache.maven.surefire.booter.AbstractPathConfiguration
 
getInprocClasspath() - Method in class org.apache.maven.surefire.booter.ClasspathConfiguration
 
getInprocClasspath() - Method in class org.apache.maven.surefire.booter.ModularClasspathConfiguration
 
getIntProperty(String) - Method in class org.apache.maven.surefire.booter.PropertiesWrapper
 
getJpmsArguments() - Method in class org.apache.maven.surefire.booter.StartupConfiguration
 
getLogMessage(String) - Method in class org.apache.maven.surefire.booter.Classpath
 
getLongProperty(String) - Method in class org.apache.maven.surefire.booter.PropertiesWrapper
 
getMainCliOptions() - Method in class org.apache.maven.surefire.booter.ProviderConfiguration
 
getModularClasspath() - Method in class org.apache.maven.surefire.booter.ModularClasspathConfiguration
 
getModuleNameFromDescriptor() - Method in class org.apache.maven.surefire.booter.ModularClasspath
 
getModulePath() - Method in class org.apache.maven.surefire.booter.ModularClasspath
 
getPackages() - Method in class org.apache.maven.surefire.booter.ModularClasspath
 
getPatchFile() - Method in class org.apache.maven.surefire.booter.ModularClasspath
 
getPluginPid() - Method in class org.apache.maven.surefire.booter.BooterDeserializer
 
getProcessChecker() - Method in class org.apache.maven.surefire.booter.StartupConfiguration
 
getProperties() - Method in class org.apache.maven.surefire.booter.PropertiesWrapper
 
getProperty(String) - Method in class org.apache.maven.surefire.booter.PropertiesWrapper
 
getProviderClassName() - Method in class org.apache.maven.surefire.booter.StartupConfiguration
 
getProviderClasspath() - Method in class org.apache.maven.surefire.booter.AbstractPathConfiguration
 
getProviderProperties() - Method in class org.apache.maven.surefire.booter.ProviderConfiguration
 
getReporterConfiguration() - Method in class org.apache.maven.surefire.booter.ProviderConfiguration
 
getRunOrderParameters() - Method in class org.apache.maven.surefire.booter.ProviderConfiguration
 
getSessionId() - Method in class org.apache.maven.surefire.booter.ForkedNodeArg
 
getShutdown() - Method in class org.apache.maven.surefire.booter.ProviderConfiguration
 
getSkipAfterFailureCount() - Method in class org.apache.maven.surefire.booter.ProviderConfiguration
 
getStartupConfiguration() - Method in class org.apache.maven.surefire.booter.BooterDeserializer
 
getStringList(String) - Method in class org.apache.maven.surefire.booter.PropertiesWrapper
 
getSystemExitTimeout() - Method in class org.apache.maven.surefire.booter.ProviderConfiguration
 
getTestArtifact() - Method in class org.apache.maven.surefire.booter.ProviderConfiguration
 
getTestClasspath() - Method in class org.apache.maven.surefire.booter.AbstractPathConfiguration
 
getTestClasspath() - Method in class org.apache.maven.surefire.booter.ClasspathConfiguration
 
getTestClasspath() - Method in class org.apache.maven.surefire.booter.ModularClasspathConfiguration
 
getTestForFork() - Method in class org.apache.maven.surefire.booter.ProviderConfiguration
 
getTestSuiteDefinition() - Method in class org.apache.maven.surefire.booter.ProviderConfiguration
 
getType() - Method in enum org.apache.maven.surefire.booter.ProcessCheckerType
 
getTypeEncodedValue(String) - Method in class org.apache.maven.surefire.booter.PropertiesWrapper
Retrieves as single object that is persisted with type encoding

H

hashCode() - Method in class org.apache.maven.surefire.booter.Classpath
 
hashCode() - Method in class org.apache.maven.surefire.booter.TypeEncodedValue
 

I

INCLUDES_PROPERTY_PREFIX - Static variable in class org.apache.maven.surefire.booter.BooterConstants
 
inForkedVm(String, ClasspathConfiguration, ClassLoaderConfiguration, ProcessCheckerType) - Static method in class org.apache.maven.surefire.booter.StartupConfiguration
 
instantiateProvider(String, Object) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
invokeProvider(Object, ClassLoader, Object, ProviderConfiguration, boolean, StartupConfiguration, boolean) - Static method in class org.apache.maven.surefire.booter.ProviderFactory
 
isBuiltInJava9AtLeast() - Static method in class org.apache.maven.surefire.booter.SystemUtils
 
isChildDelegation() - Method in class org.apache.maven.surefire.booter.AbstractPathConfiguration
Deprecated.
isClassPathConfig() - Method in class org.apache.maven.surefire.booter.AbstractPathConfiguration
isClassPathConfig() - Method in class org.apache.maven.surefire.booter.ClasspathConfiguration
 
isClassPathConfig() - Method in class org.apache.maven.surefire.booter.ModularClasspathConfiguration
 
isEnableAssertions() - Method in class org.apache.maven.surefire.booter.AbstractPathConfiguration
 
isJava9AtLeast(String) - Static method in class org.apache.maven.surefire.booter.SystemUtils
 
isJava9AtLeast(BigDecimal) - Static method in class org.apache.maven.surefire.booter.SystemUtils
 
isMainDescriptor() - Method in class org.apache.maven.surefire.booter.ModularClasspath
 
isManifestOnlyJarRequestedAndUsable() - Method in class org.apache.maven.surefire.booter.ClassLoaderConfiguration
 
isManifestOnlyJarRequestedAndUsable() - Method in class org.apache.maven.surefire.booter.StartupConfiguration
 
isModularPathConfig() - Method in class org.apache.maven.surefire.booter.AbstractPathConfiguration
isModularPathConfig() - Method in class org.apache.maven.surefire.booter.ClasspathConfiguration
 
isModularPathConfig() - Method in class org.apache.maven.surefire.booter.ModularClasspathConfiguration
 
IsolatedClassLoader - Class in org.apache.maven.surefire.booter
Loads classes from jar files added via IsolatedClassLoader.addURL(URL).
IsolatedClassLoader(ClassLoader, boolean, String) - Constructor for class org.apache.maven.surefire.booter.IsolatedClassLoader
 
isProcessAlive() - Method in interface org.apache.maven.surefire.booter.ProcessChecker
Checks if the process is still alive.
isProcessHandleSupported() - Static method in interface org.apache.maven.surefire.booter.ProcessChecker
Returns whether the ProcessHandle API is available in the current JVM.
isProviderMainClass() - Method in class org.apache.maven.surefire.booter.StartupConfiguration
 
isReadTestsFromInStream() - Method in class org.apache.maven.surefire.booter.ProviderConfiguration
 
isShadefire() - Method in class org.apache.maven.surefire.booter.StartupConfiguration
 
isStopped() - Method in interface org.apache.maven.surefire.booter.ProcessChecker
Checks if the checker has been stopped.
ISTRIMSTACKTRACE - Static variable in class org.apache.maven.surefire.booter.BooterConstants
 
isUseManifestOnlyJar() - Method in class org.apache.maven.surefire.booter.ClassLoaderConfiguration
 
isUseSystemClassLoader() - Method in class org.apache.maven.surefire.booter.ClassLoaderConfiguration
 
isValid(String) - Static method in enum org.apache.maven.surefire.booter.ProcessCheckerType
 
iterator() - Method in class org.apache.maven.surefire.booter.Classpath
 

J

join(Classpath, Classpath) - Static method in class org.apache.maven.surefire.booter.Classpath
 

K

KeyValueSource - Interface in org.apache.maven.surefire.booter
A key-value source obeying the geneal constrains of java.util.Properties

L

LegacyMasterProcessChannelProcessorFactory - Class in org.apache.maven.surefire.booter.spi
Producer of encoder and decoder for process pipes.
LegacyMasterProcessChannelProcessorFactory() - Constructor for class org.apache.maven.surefire.booter.spi.LegacyMasterProcessChannelProcessorFactory
 
loadClass(String) - Method in class org.apache.maven.surefire.booter.IsolatedClassLoader
 
loadProperties(InputStream) - Static method in class org.apache.maven.surefire.booter.SystemPropertyManager
Loads the properties, closes the stream
logWarningAtEnd(String) - Method in class org.apache.maven.surefire.booter.ForkedNodeArg
 

M

main(String[]) - Static method in class org.apache.maven.surefire.booter.ForkedBooter
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.
MAIN_CLI_OPTIONS - Static variable in class org.apache.maven.surefire.booter.BooterConstants
 
ModularClasspath - Class in org.apache.maven.surefire.booter
Jigsaw class-path and module-path.
ModularClasspath(String, List, Collection, File, boolean) - Constructor for class org.apache.maven.surefire.booter.ModularClasspath
 
ModularClasspathConfiguration - Class in org.apache.maven.surefire.booter
 
ModularClasspathConfiguration(ModularClasspath, Classpath, Classpath, Classpath, boolean, boolean) - Constructor for class org.apache.maven.surefire.booter.ModularClasspathConfiguration
 

N

NATIVE - Enum constant in enum org.apache.maven.surefire.booter.ProcessCheckerType
 
newCharsetEncoder() - Method in class org.apache.maven.surefire.booter.stream.EventEncoder
 
nextSegmentType(MasterProcessCommand) - Method in class org.apache.maven.surefire.booter.stream.CommandDecoder
 

O

of(String) - Static method in interface org.apache.maven.surefire.booter.ProcessChecker
Creates the appropriate ProcessChecker implementation for the given parent PID.
onJvmExit() - Method in class org.apache.maven.surefire.booter.spi.EventChannelEncoder
 
org.apache.maven.surefire.booter - package org.apache.maven.surefire.booter
 
org.apache.maven.surefire.booter.spi - package org.apache.maven.surefire.booter.spi
 
org.apache.maven.surefire.booter.stream - package org.apache.maven.surefire.booter.stream
 

P

pid() - Static method in class org.apache.maven.surefire.booter.SystemUtils
 
PING - Enum constant in enum org.apache.maven.surefire.booter.ProcessCheckerType
 
platformClassLoader() - Static method in class org.apache.maven.surefire.booter.SystemUtils
 
PLUGIN_PID - Static variable in class org.apache.maven.surefire.booter.BooterConstants
 
PROCESS_CHECKER - Static variable in class org.apache.maven.surefire.booter.BooterConstants
 
ProcessChecker - Interface in org.apache.maven.surefire.booter
Interface for checking if a process (typically the parent Maven plugin) is still alive.
ProcessCheckerType - Enum in org.apache.maven.surefire.booter
 
processInfo() - Method in interface org.apache.maven.surefire.booter.ProcessChecker
Returns information about the process being checked.
PropertiesWrapper - Class in org.apache.maven.surefire.booter
 
PropertiesWrapper(Map) - Constructor for class org.apache.maven.surefire.booter.PropertiesWrapper
 
PROVIDER_CONFIGURATION - Static variable in class org.apache.maven.surefire.booter.BooterConstants
 
ProviderConfiguration - Class in org.apache.maven.surefire.booter
Represents the surefire configuration that passes all the way into the provider classloader and the provider.
ProviderConfiguration(DirectoryScannerParameters, RunOrderParameters, ReporterConfiguration, TestArtifactInfo, TestRequest, Map, TypeEncodedValue, boolean, List, int, Shutdown, Integer) - Constructor for class org.apache.maven.surefire.booter.ProviderConfiguration
 
ProviderFactory - Class in org.apache.maven.surefire.booter
Creates the surefire provider.
ProviderFactory(StartupConfiguration, ProviderConfiguration, ClassLoader, Object) - Constructor for class org.apache.maven.surefire.booter.ProviderFactory
 

R

REPORTSDIRECTORY - Static variable in class org.apache.maven.surefire.booter.BooterConstants
 
REQUESTEDTEST - Static variable in class org.apache.maven.surefire.booter.BooterConstants
 
RERUN_FAILING_TESTS_COUNT - Static variable in class org.apache.maven.surefire.booter.BooterConstants
 
RUN_ORDER - Static variable in class org.apache.maven.surefire.booter.BooterConstants
 
RUN_ORDER_RANDOM_SEED - Static variable in class org.apache.maven.surefire.booter.BooterConstants
 
RUN_STATISTICS_FILE - Static variable in class org.apache.maven.surefire.booter.BooterConstants
 

S

schedulePeriodicFlusher(int, WritableBufferedByteChannel) - Method in class org.apache.maven.surefire.booter.spi.AbstractMasterProcessChannelProcessorFactory
 
sendExitError(StackTraceWriter, boolean) - Method in class org.apache.maven.surefire.booter.spi.EventChannelEncoder
 
setAsSystemProperties() - Method in class org.apache.maven.surefire.booter.PropertiesWrapper
 
setClasspath(String, Classpath) - Method in class org.apache.maven.surefire.booter.PropertiesWrapper
 
setIfDirScannerAware(Object, DirectoryScannerParameters) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
setMainCliOptions(Object, List) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
setProperty(String, String) - Method in class org.apache.maven.surefire.booter.PropertiesWrapper
 
setProviderPropertiesAware(Object, Map) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
setReporterConfigurationAware(Object, ReporterConfiguration) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
setReporterFactoryAware(Object, Object) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
setRunOrderParameters(Object, RunOrderParameters) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
setSkipAfterFailureCount(Object, int) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
setSystemExitTimeout(Object, Integer) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
setSystemProperties(File) - Static method in class org.apache.maven.surefire.booter.SystemPropertyManager
 
setTestArtifactInfoAware(Object, TestArtifactInfo) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
setTestClassLoaderAware(Object, ClassLoader) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
setTestSuiteDefinitionAware(Object, TestRequest) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
SHUTDOWN - Static variable in class org.apache.maven.surefire.booter.BooterConstants
 
SOURCE_DIRECTORY - Static variable in class org.apache.maven.surefire.booter.BooterConstants
 
SPECIFIC_TEST_PROPERTY_PREFIX - Static variable in class org.apache.maven.surefire.booter.BooterConstants
 
StartupConfiguration - Class in org.apache.maven.surefire.booter
Configuration that is used by the SurefireStarter but does not make it into the provider itself.
StartupConfiguration(String, AbstractPathConfiguration, ClassLoaderConfiguration, ProcessCheckerType, List) - Constructor for class org.apache.maven.surefire.booter.StartupConfiguration
 
stop() - Method in class org.apache.maven.surefire.booter.CommandReader
 
stop() - Method in interface org.apache.maven.surefire.booter.ProcessChecker
Stops the checker and releases any resources.
stopOnNextTest() - Method in class org.apache.maven.surefire.booter.spi.EventChannelEncoder
 
SUREFIRE_CLASSPATH - Static variable in class org.apache.maven.surefire.booter.AbstractPathConfiguration
 
SurefireBooterForkException - Exception Class in org.apache.maven.surefire.booter
Encapsulates exceptions thrown during Surefire forking.
SurefireBooterForkException(String) - Constructor for exception class org.apache.maven.surefire.booter.SurefireBooterForkException
 
SurefireBooterForkException(String, String, Throwable, RunResult) - Constructor for exception class org.apache.maven.surefire.booter.SurefireBooterForkException
 
SurefireBooterForkException(String, Throwable) - Constructor for exception class org.apache.maven.surefire.booter.SurefireBooterForkException
 
SurefireBooterForkException(String, RunResult) - Constructor for exception class org.apache.maven.surefire.booter.SurefireBooterForkException
 
SurefireExecutionException - Exception Class in org.apache.maven.surefire.booter
An error occurring during the invocation of Surefire via an alternate class loader.
SurefireExecutionException(String, Throwable) - Constructor for exception class org.apache.maven.surefire.booter.SurefireExecutionException
 
SurefireMasterProcessChannelProcessorFactory - Class in org.apache.maven.surefire.booter.spi
Producer of TCP/IP encoder and decoder.
SurefireMasterProcessChannelProcessorFactory() - Constructor for class org.apache.maven.surefire.booter.spi.SurefireMasterProcessChannelProcessorFactory
 
SurefireReflector - Class in org.apache.maven.surefire.booter
Does reflection based invocation of the surefire methods.
SurefireReflector(ClassLoader) - Constructor for class org.apache.maven.surefire.booter.SurefireReflector
 
SYSTEM_EXIT_TIMEOUT - Static variable in class org.apache.maven.surefire.booter.BooterConstants
 
systemExitTimeout(long) - Method in class org.apache.maven.surefire.booter.ProviderConfiguration
 
SystemPropertyManager - Class in org.apache.maven.surefire.booter
 
SystemPropertyManager() - Constructor for class org.apache.maven.surefire.booter.SystemPropertyManager
 
SystemUtils - Class in org.apache.maven.surefire.booter
JDK 9 support.

T

TEST_CLASSES_DIRECTORY - Static variable in class org.apache.maven.surefire.booter.BooterConstants
 
TEST_SUITE_XML_FILES - Static variable in class org.apache.maven.surefire.booter.BooterConstants
 
TESTARTIFACT_CLASSIFIER - Static variable in class org.apache.maven.surefire.booter.BooterConstants
 
TESTARTIFACT_VERSION - Static variable in class org.apache.maven.surefire.booter.BooterConstants
 
testAssumptionFailure(ReportEntry, boolean) - Method in class org.apache.maven.surefire.booter.spi.EventChannelEncoder
 
testError(ReportEntry, boolean) - Method in class org.apache.maven.surefire.booter.spi.EventChannelEncoder
 
testFailed(ReportEntry, boolean) - Method in class org.apache.maven.surefire.booter.spi.EventChannelEncoder
 
testOutput(TestOutputReportEntry) - Method in class org.apache.maven.surefire.booter.spi.EventChannelEncoder
 
testSetCompleted(TestSetReportEntry, boolean) - Method in class org.apache.maven.surefire.booter.spi.EventChannelEncoder
 
testSetStarting(TestSetReportEntry, boolean) - Method in class org.apache.maven.surefire.booter.spi.EventChannelEncoder
 
testSkipped(ReportEntry, boolean) - Method in class org.apache.maven.surefire.booter.spi.EventChannelEncoder
 
testStarting(ReportEntry, boolean) - Method in class org.apache.maven.surefire.booter.spi.EventChannelEncoder
 
testSucceeded(ReportEntry, boolean) - Method in class org.apache.maven.surefire.booter.spi.EventChannelEncoder
 
toEnum(String) - Static method in enum org.apache.maven.surefire.booter.ProcessCheckerType
Converts string (ping, native, all) to ProcessCheckerType.
toJdkHomeFromJre() - Static method in class org.apache.maven.surefire.booter.SystemUtils
If system property java.home is /jdk (since jdk9) or /jdk/jre (prior to jdk9) then the absolute path to JDK home is returned /jdk.
toJdkHomeFromJvmExec(String) - Static method in class org.apache.maven.surefire.booter.SystemUtils
If jvmExecutable is /jdk/bin/java (since jdk9) or /jdk/jre/bin/java (prior to jdk9) then the absolute path to JDK home is returned /jdk.
toJdkVersionFromReleaseFile(File) - Static method in class org.apache.maven.surefire.booter.SystemUtils
 
toMessage(MasterProcessCommand, AbstractStreamDecoder.Memento) - Method in class org.apache.maven.surefire.booter.stream.CommandDecoder
 
toRealPath(Class) - Method in class org.apache.maven.surefire.booter.AbstractPathConfiguration
 
toString() - Method in class org.apache.maven.surefire.booter.IsolatedClassLoader
 
toString() - Method in class org.apache.maven.surefire.booter.TypeEncodedValue
 
trickClassPathWhenManifestOnlyClasspath() - Method in class org.apache.maven.surefire.booter.ClasspathConfiguration
 
TypeEncodedValue - Class in org.apache.maven.surefire.booter
 
TypeEncodedValue(String, String) - Constructor for class org.apache.maven.surefire.booter.TypeEncodedValue
 

U

USEMANIFESTONLYJAR - Static variable in class org.apache.maven.surefire.booter.BooterConstants
 
USESYSTEMCLASSLOADER - Static variable in class org.apache.maven.surefire.booter.BooterConstants
 

V

valueOf(String) - Static method in enum org.apache.maven.surefire.booter.ProcessCheckerType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.maven.surefire.booter.ProcessCheckerType
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(ByteBuffer, boolean) - Method in class org.apache.maven.surefire.booter.spi.EventChannelEncoder
 
writePropertiesFile(File, String, Properties) - Static method in class org.apache.maven.surefire.booter.SystemPropertyManager
 
writePropertiesFile(Properties, File, String, boolean) - Static method in class org.apache.maven.surefire.booter.SystemPropertyManager
 
writeSurefireTestClasspathProperty() - Method in class org.apache.maven.surefire.booter.StartupConfiguration
 
writeToSystemProperty(String) - Method in class org.apache.maven.surefire.booter.Classpath
 
A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form