Class JarManifestForkConfiguration

    • Constructor Detail

      • JarManifestForkConfiguration

        public JarManifestForkConfiguration​(@Nonnull
                                            org.apache.maven.surefire.booter.Classpath bootClasspath,
                                            @Nonnull
                                            java.io.File tempDirectory,
                                            @Nullable
                                            java.lang.String debugLine,
                                            @Nonnull
                                            java.io.File workingDirectory,
                                            @Nonnull
                                            java.util.Properties modelProperties,
                                            @Nullable
                                            java.lang.String argLine,
                                            @Nonnull
                                            java.util.Map<java.lang.String,​java.lang.String> environmentVariables,
                                            boolean debug,
                                            int forkCount,
                                            boolean reuseForks,
                                            @Nonnull
                                            Platform pluginPlatform,
                                            @Nonnull
                                            org.apache.maven.plugin.surefire.log.api.ConsoleLogger log)
    • Method Detail

      • resolveClasspath

        protected void resolveClasspath​(@Nonnull
                                        OutputStreamFlushableCommandline cli,
                                        @Nonnull
                                        java.lang.String booterThatHasMainMethod,
                                        @Nonnull
                                        org.apache.maven.surefire.booter.StartupConfiguration config)
                                 throws org.apache.maven.surefire.booter.SurefireBooterForkException
        Specified by:
        resolveClasspath in class DefaultForkConfiguration
        Throws:
        org.apache.maven.surefire.booter.SurefireBooterForkException