public class InstallableUnitMatchers
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
TYPE |
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<java.lang.String> instructionMatcher) |
static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IProvidedCapability> |
eeCapability(java.lang.String eeName,
java.lang.String eeVersion) |
static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
hasGAV(java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version) |
static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
hasGAV(java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version,
java.lang.String classifier) |
static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
hasSelfCapability() |
static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IProvidedCapability> |
packageCapability(java.lang.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(java.lang.String id,
java.lang.String version) |
static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IRequirement> |
strictRequirement(java.lang.String id,
java.lang.String version) |
static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
unit(java.lang.String id,
java.lang.String version) |
static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
unitWithId(java.lang.String id) |
static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
unitWithIdAndVersion(org.eclipse.equinox.p2.metadata.IVersionedId versionedId) |
private static final java.lang.String TYPE
public static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IInstallableUnit> unitWithId(java.lang.String id)
public static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IInstallableUnit> unit(java.lang.String id, java.lang.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(java.lang.String groupId, java.lang.String artifactId, java.lang.String version)
public static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IInstallableUnit> hasGAV(java.lang.String groupId, java.lang.String artifactId, java.lang.String version, java.lang.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(java.lang.String packageName)
public static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IProvidedCapability> eeCapability(java.lang.String eeName, java.lang.String eeVersion)
public static org.hamcrest.Matcher<? super org.eclipse.equinox.p2.metadata.IRequirement> requirement(java.lang.String id, java.lang.String version)
public static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IRequirement> strictRequirement(java.lang.String id, java.lang.String version)
public static org.hamcrest.Matcher<? super org.eclipse.equinox.p2.metadata.ITouchpointData> configureTouchpointInstructionThat(org.hamcrest.Matcher<java.lang.String> instructionMatcher)