public class P2ResolverTestBase extends Object
Modifier and Type | Class and Description |
---|---|
static class |
P2ResolverTestBase.TestTargetPlatformBuilderFactory |
Modifier and Type | Field and Description |
---|---|
protected TargetPlatformBuilderImpl |
context |
protected P2Resolver |
impl |
LogVerifier |
logVerifier |
Constructor and Description |
---|
P2ResolverTestBase() |
Modifier and Type | Method and Description |
---|---|
protected void |
addContextProject(File projectRoot,
String packaging) |
protected void |
addReactorProject(File projectRoot,
String packagingType,
String artifactId) |
protected TargetPlatformBuilderImpl |
createTargetPlatformBuilder()
Creates a target platform builder without any special handling for execution environments.
|
protected TargetPlatformBuilderImpl |
createTargetPlatformBuilderWithCustomEE(String customEE) |
protected TargetPlatformBuilderImpl |
createTargetPlatformBuilderWithEE(ExecutionEnvironmentResolutionHandler eeResolutionHandler) |
protected TargetPlatformBuilderImpl |
createTargetPlatformBuilderWithEE(String bree) |
protected static List<TargetEnvironment> |
getEnvironments() |
void |
prepare() |
public final LogVerifier logVerifier
protected P2Resolver impl
protected TargetPlatformBuilderImpl context
public final void prepare()
protected static List<TargetEnvironment> getEnvironments()
protected final void addContextProject(File projectRoot, String packaging) throws IOException
IOException
protected final void addReactorProject(File projectRoot, String packagingType, String artifactId)
protected final TargetPlatformBuilderImpl createTargetPlatformBuilder() throws Exception
Exception
protected final TargetPlatformBuilderImpl createTargetPlatformBuilderWithEE(String bree) throws Exception
Exception
protected final TargetPlatformBuilderImpl createTargetPlatformBuilderWithEE(ExecutionEnvironmentResolutionHandler eeResolutionHandler) throws Exception
Exception
protected final TargetPlatformBuilderImpl createTargetPlatformBuilderWithCustomEE(String customEE) throws Exception
Exception
Copyright © 2008-2013 Eclipse Foundation. All Rights Reserved.