public class InstallableUnitMatchers extends Object
Constructor and Description |
---|
InstallableUnitMatchers() |
Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<? super org.eclipse.equinox.p2.metadata.ITouchpointData> |
configureTouchpointInstructionThat(org.hamcrest.Matcher<String> instructionMatcher) |
static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IProvidedCapability> |
eeCapability(String eeName,
String eeVersion) |
static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
hasGAV(String groupId,
String artifactId,
String version) |
static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
hasGAV(String groupId,
String artifactId,
String version,
String classifier) |
static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
hasSelfCapability() |
static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IProvidedCapability> |
packageCapability(String packageName) |
static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
productUnit() |
static org.hamcrest.Matcher<? super org.eclipse.equinox.p2.metadata.IRequirement> |
requirement(String id,
String version) |
static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IRequirement> |
strictRequirement(String id,
String version) |
static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
unit(String id,
String version) |
static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
unitWithId(String id) |
static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
unitWithIdAndVersion(org.eclipse.equinox.p2.metadata.IVersionedId versionedId) |
public static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IInstallableUnit> unitWithId(String id)
public static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IInstallableUnit> unit(String id, String version)
public static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IInstallableUnit> unitWithIdAndVersion(org.eclipse.equinox.p2.metadata.IVersionedId versionedId)
public static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IInstallableUnit> productUnit()
public static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IInstallableUnit> hasGAV(String groupId, String artifactId, String version)
public static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IInstallableUnit> hasGAV(String groupId, String artifactId, String version, String classifier)
public static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IInstallableUnit> hasSelfCapability()
public static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IProvidedCapability> packageCapability(String packageName)
public static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IProvidedCapability> eeCapability(String eeName, String eeVersion)
public static org.hamcrest.Matcher<? super org.eclipse.equinox.p2.metadata.IRequirement> requirement(String id, String version)
public static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IRequirement> strictRequirement(String id, String version)
public static org.hamcrest.Matcher<? super org.eclipse.equinox.p2.metadata.ITouchpointData> configureTouchpointInstructionThat(org.hamcrest.Matcher<String> instructionMatcher)
Copyright © 2008–2017 Eclipse Foundation. All rights reserved.