public class P2ResolverTestBase extends Object
Modifier and Type | Field and Description |
---|---|
protected P2Resolver |
impl |
LogVerifier |
logVerifier |
protected PomDependencyCollectorImpl |
pomDependencies |
protected List<ReactorProject> |
reactorProjects |
protected TestResolverFactory |
resolverFactory |
protected TargetPlatformConfigurationStub |
tpConfig |
protected TargetPlatformFactoryImpl |
tpFactory |
Constructor and Description |
---|
P2ResolverTestBase() |
Modifier and Type | Method and Description |
---|---|
protected void |
addContextProject(File projectRoot,
String packaging) |
protected ReactorProject |
createReactorProject(File projectRoot,
String packagingType,
String artifactId)
Creates a
ReactorProject instance to be added to the target platform and/or to be
used as project to be resolved. |
protected ReactorProject |
createReactorProject(File projectRoot,
String packagingType,
String artifactId,
OptionalResolutionAction optionalDependencies) |
protected static List<TargetEnvironment> |
getEnvironments() |
void |
prepare() |
public final LogVerifier logVerifier
protected TestResolverFactory resolverFactory
protected P2Resolver impl
protected TargetPlatformConfigurationStub tpConfig
protected PomDependencyCollectorImpl pomDependencies
protected List<ReactorProject> reactorProjects
protected TargetPlatformFactoryImpl tpFactory
protected static List<TargetEnvironment> getEnvironments()
protected final void addContextProject(File projectRoot, String packaging) throws IOException
IOException
protected final ReactorProject createReactorProject(File projectRoot, String packagingType, String artifactId)
ReactorProject
instance to be added to the target platform and/or to be
used as project to be resolved.protected ReactorProject createReactorProject(File projectRoot, String packagingType, String artifactId, OptionalResolutionAction optionalDependencies)
Copyright © 2008–2018 Eclipse Foundation. All rights reserved.