A C F G I L M O R S

A

addClassPathUrl(String) - Method in class org.apache.maven.surefire.booter.SurefireBooter
 
addReport(String) - Method in class org.apache.maven.surefire.booter.SurefireBooter
 
addReport(String, Object[]) - Method in class org.apache.maven.surefire.booter.SurefireBooter
 
addSurefireBootClassPathUrl(String) - Method in class org.apache.maven.surefire.booter.SurefireBooter
 
addSurefireClassPathUrl(String) - Method in class org.apache.maven.surefire.booter.SurefireBooter
 
addTestSuite(String, Object[]) - Method in class org.apache.maven.surefire.booter.SurefireBooter
 
addURL(URL) - Method in class org.apache.maven.surefire.booter.IsolatedClassLoader
 

C

CmdShell - Class in org.apache.maven.surefire.booter.shell
Class with patches copied from plexus-utils with fix for PLX-161, as we can not upgrade plexus-utils until it's upgraded in core Maven
CmdShell() - Constructor for class org.apache.maven.surefire.booter.shell.CmdShell
 
Commandline - Class in org.apache.maven.surefire.booter
Commandline class copied from plexus-utils with fix for PLX-161, as we can not upgrade plexus-utils until it's upgraded in core Maven TODO deprecate when plexus-utils 1.2 can be used
Commandline() - Constructor for class org.apache.maven.surefire.booter.Commandline
 
CommandShell - Class in org.apache.maven.surefire.booter.shell
Class with patches copied from plexus-utils with fix for PLX-161, as we can not upgrade plexus-utils until it's upgraded in core Maven
CommandShell() - Constructor for class org.apache.maven.surefire.booter.shell.CommandShell
 
consumeLine(String) - Method in class org.apache.maven.surefire.booter.ForkingWriterStreamConsumer
 
createCommandLine(List) - Method in class org.apache.maven.surefire.booter.ForkConfiguration
 

F

FORK_ALWAYS - Static variable in class org.apache.maven.surefire.booter.ForkConfiguration
 
FORK_NEVER - Static variable in class org.apache.maven.surefire.booter.ForkConfiguration
 
FORK_ONCE - Static variable in class org.apache.maven.surefire.booter.ForkConfiguration
 
ForkConfiguration - Class in org.apache.maven.surefire.booter
Configuration for forking tests.
ForkConfiguration() - Constructor for class org.apache.maven.surefire.booter.ForkConfiguration
 
ForkingWriterStreamConsumer - Class in org.apache.maven.surefire.booter
 
ForkingWriterStreamConsumer(Writer, boolean, boolean) - Constructor for class org.apache.maven.surefire.booter.ForkingWriterStreamConsumer
 

G

getCommandLine(String, String[]) - Method in class org.apache.maven.surefire.booter.shell.CmdShell
Specific implementation that quotes the all the command line
getCommandLine(String, String[]) - Method in class org.apache.maven.surefire.booter.shell.Shell
Get the command line for the provided executable and arguments in this shell
getForkMode() - Method in class org.apache.maven.surefire.booter.ForkConfiguration
 
getShell() - Method in class org.apache.maven.surefire.booter.Commandline
Get the shell to be used in this command line.
getShellArgs() - Method in class org.apache.maven.surefire.booter.shell.Shell
Get the shell arguments
getShellCommand() - Method in class org.apache.maven.surefire.booter.shell.Shell
Get the command to execute the shell
getShellCommandline() - Method in class org.apache.maven.surefire.booter.Commandline
Returns the shell, executable and all defined arguments.
getShellCommandLine(String, String[]) - Method in class org.apache.maven.surefire.booter.shell.Shell
Get the full command line to execute, including shell command, shell arguments, executable and executable arguments
getSystemProperties() - Method in class org.apache.maven.surefire.booter.ForkConfiguration
 

I

isDebug() - Method in class org.apache.maven.surefire.booter.ForkConfiguration
 
isForking() - Method in class org.apache.maven.surefire.booter.ForkConfiguration
 
IsolatedClassLoader - Class in org.apache.maven.surefire.booter
 
IsolatedClassLoader() - Constructor for class org.apache.maven.surefire.booter.IsolatedClassLoader
 
IsolatedClassLoader(ClassLoader, boolean) - Constructor for class org.apache.maven.surefire.booter.IsolatedClassLoader
 
IsolatedClassLoader(ClassLoader) - Constructor for class org.apache.maven.surefire.booter.IsolatedClassLoader
 

L

loadClass(String) - Method in class org.apache.maven.surefire.booter.IsolatedClassLoader
 

M

main(String[]) - Static method in class org.apache.maven.surefire.booter.SurefireBooter
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.

O

org.apache.maven.surefire.booter - package org.apache.maven.surefire.booter
 
org.apache.maven.surefire.booter.shell - package org.apache.maven.surefire.booter.shell
 

R

run() - Method in class org.apache.maven.surefire.booter.SurefireBooter
 

S

setArgLine(String) - Method in class org.apache.maven.surefire.booter.ForkConfiguration
 
setChildDelegation(boolean) - Method in class org.apache.maven.surefire.booter.SurefireBooter
 
setDebug(boolean) - Method in class org.apache.maven.surefire.booter.ForkConfiguration
 
setEnvironmentVariables(Map) - Method in class org.apache.maven.surefire.booter.ForkConfiguration
 
setForkConfiguration(ForkConfiguration) - Method in class org.apache.maven.surefire.booter.SurefireBooter
 
setForkMode(String) - Method in class org.apache.maven.surefire.booter.ForkConfiguration
 
setJvmExecutable(String) - Method in class org.apache.maven.surefire.booter.ForkConfiguration
 
setShell(Shell) - Method in class org.apache.maven.surefire.booter.Commandline
Allows to set the shell to be used in this command line.
setShellArgs(String[]) - Method in class org.apache.maven.surefire.booter.shell.Shell
Set the shell arguments when calling a command line (not the executable arguments) (eg.
setShellCommand(String) - Method in class org.apache.maven.surefire.booter.shell.Shell
Set the command to execute the shell (eg.
setSystemProperties(Properties) - Method in class org.apache.maven.surefire.booter.ForkConfiguration
 
setWorkingDirectory(File) - Method in class org.apache.maven.surefire.booter.ForkConfiguration
 
Shell - Class in org.apache.maven.surefire.booter.shell

Class with patches copied from plexus-utils with fix for PLX-161, as we can not upgrade plexus-utils until it's upgraded in core Maven

Shell() - Constructor for class org.apache.maven.surefire.booter.shell.Shell
 
SurefireBooter - Class in org.apache.maven.surefire.booter
 
SurefireBooter() - Constructor for class org.apache.maven.surefire.booter.SurefireBooter
 
SurefireBooterForkException - Exception in org.apache.maven.surefire.booter
Encapsulates exceptions thrown during Surefire forking.
SurefireBooterForkException(String) - Constructor for exception org.apache.maven.surefire.booter.SurefireBooterForkException
 
SurefireBooterForkException(Throwable) - Constructor for exception org.apache.maven.surefire.booter.SurefireBooterForkException
 
SurefireBooterForkException(String, Throwable) - Constructor for exception org.apache.maven.surefire.booter.SurefireBooterForkException
 
SurefireExecutionException - Exception 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 org.apache.maven.surefire.booter.SurefireExecutionException
 

A C F G I L M O R S

Copyright © 2004-2006 Apache Software Foundation. All Rights Reserved.