| Package | Description |
|---|---|
| io.takari.maven.testing.executor |
| Modifier and Type | Method and Description |
|---|---|
MavenRuntime.ForkedMavenRuntimeBuilder |
MavenRuntime.MavenRuntimeBuilder.forkedBuilder() |
static MavenRuntime.ForkedMavenRuntimeBuilder |
MavenRuntime.forkedBuilder(File mavenHome) |
MavenRuntime.ForkedMavenRuntimeBuilder |
MavenRuntime.ForkedMavenRuntimeBuilder.withCliOptions(String... options) |
MavenRuntime.ForkedMavenRuntimeBuilder |
MavenRuntime.ForkedMavenRuntimeBuilder.withEnvironment(Map<String,String> environment) |
MavenRuntime.ForkedMavenRuntimeBuilder |
MavenRuntime.ForkedMavenRuntimeBuilder.withExtension(File extensionLocation) |
MavenRuntime.ForkedMavenRuntimeBuilder |
MavenRuntime.ForkedMavenRuntimeBuilder.withExtensions(Collection<File> extensionLocations) |
MavenRuntime.ForkedMavenRuntimeBuilder |
MavenRuntime.ForkedMavenRuntimeBuilder.withJvmOption(String jvmOption)
Adds a JVM option, as opposed to application option that can be added via
withCliOptions(String...). |
MavenRuntime.ForkedMavenRuntimeBuilder |
MavenRuntime.ForkedMavenRuntimeBuilder.withJvmOptions(Collection<String> jvmOptions)
Add a JVM options, as opposed to application options that can be added via
withCliOptions(String...). |
MavenRuntime.ForkedMavenRuntimeBuilder |
MavenRuntime.ForkedMavenRuntimeBuilder.withJvmOptions(String... jvmOptions)
Add a JVM options, as opposed to application options that can be added via
withCliOptions(String...). |
Copyright © 2014–2025. All rights reserved.