Uses of Class
org.apache.maven.plugin.surefire.booterclient.lazytestprovider.Commandline
-
Packages that use Commandline Package Description org.apache.maven.plugin.surefire.booterclient -
-
Uses of Commandline in org.apache.maven.plugin.surefire.booterclient
Methods in org.apache.maven.plugin.surefire.booterclient that return Commandline Modifier and Type Method Description CommandlineDefaultForkConfiguration. createCommandLine(org.apache.maven.surefire.booter.StartupConfiguration config, int forkNumber, java.io.File dumpLogDirectory)abstract CommandlineForkConfiguration. createCommandLine(org.apache.maven.surefire.booter.StartupConfiguration config, int forkNumber, java.io.File dumpLogDirectory)Methods in org.apache.maven.plugin.surefire.booterclient with parameters of type Commandline Modifier and Type Method Description protected voidClasspathForkConfiguration. resolveClasspath(Commandline cli, java.lang.String booterThatHasMainMethod, org.apache.maven.surefire.booter.StartupConfiguration config, java.io.File dumpLogDirectory)protected abstract voidDefaultForkConfiguration. resolveClasspath(Commandline cli, java.lang.String booterThatHasMainMethod, org.apache.maven.surefire.booter.StartupConfiguration config, java.io.File dumpLogDirectory)protected voidJarManifestForkConfiguration. resolveClasspath(Commandline cli, java.lang.String booterThatHasMainMethod, org.apache.maven.surefire.booter.StartupConfiguration config, java.io.File dumpLogDirectory)protected voidModularClasspathForkConfiguration. resolveClasspath(Commandline cli, java.lang.String startClass, org.apache.maven.surefire.booter.StartupConfiguration config, java.io.File dumpLogDirectory)
-