public static class MavenRuntime.MavenRuntimeBuilder extends Object
Modifier and Type | Field and Description |
---|---|
protected List<String> |
args |
protected File |
classworldsConf |
protected List<String> |
extensions |
protected File |
mavenHome |
protected TestProperties |
properties |
Modifier and Type | Method and Description |
---|---|
MavenRuntime |
build() |
MavenRuntime.ForkedMavenRuntimeBuilder |
forkedBuilder() |
MavenRuntime.MavenRuntimeBuilder |
withCliOptions(String... options) |
MavenRuntime.MavenRuntimeBuilder |
withExtension(File extensionLocation) |
MavenRuntime.MavenRuntimeBuilder |
withExtensions(Collection<File> extensionLocations) |
protected final TestProperties properties
protected final File mavenHome
protected final File classworldsConf
public MavenRuntime.MavenRuntimeBuilder withExtension(File extensionLocation)
public MavenRuntime.MavenRuntimeBuilder withExtensions(Collection<File> extensionLocations)
public MavenRuntime.MavenRuntimeBuilder withCliOptions(String... options)
public MavenRuntime.ForkedMavenRuntimeBuilder forkedBuilder()
public MavenRuntime build() throws Exception
Exception
Copyright © 2022. All rights reserved.