|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.aries.itest.ExtraOptions
public class ExtraOptions
| Constructor Summary | |
|---|---|
ExtraOptions()
|
|
| Method Summary | |
|---|---|
static org.ops4j.pax.exam.Option[] |
bundles(String... specs)
Specify a collection of bundles |
static org.ops4j.pax.exam.Option[] |
flatOptions(Object... params)
Convert a list of options or Option[] into a flat list of options |
static org.ops4j.pax.exam.options.MavenArtifactProvisionOption |
mavenBundle(String groupId,
String artifactId)
|
static org.ops4j.pax.exam.options.MavenArtifactProvisionOption |
mavenBundleInTest(ClassLoader loader,
String groupId,
String artifactId)
For use in the actual test code, which runs in OSGi and has no normal access to the configuration options |
static org.ops4j.pax.exam.Option[] |
paxLogging(String defaultLogLevel)
Add the pax logging provider with the given default logging level |
static org.ops4j.pax.exam.Option[] |
testOptions(Object... params)
Top level option combinator that adds platform fixes as needed |
static org.ops4j.pax.exam.Option[] |
transactionBootDelegation()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtraOptions()
| Method Detail |
|---|
public static org.ops4j.pax.exam.options.MavenArtifactProvisionOption mavenBundle(String groupId,
String artifactId)
public static org.ops4j.pax.exam.options.MavenArtifactProvisionOption mavenBundleInTest(ClassLoader loader,
String groupId,
String artifactId)
groupId - artifactId -
public static org.ops4j.pax.exam.Option[] paxLogging(String defaultLogLevel)
public static org.ops4j.pax.exam.Option[] transactionBootDelegation()
public static org.ops4j.pax.exam.Option[] flatOptions(Object... params)
params -
public static org.ops4j.pax.exam.Option[] testOptions(Object... params)
params -
public static org.ops4j.pax.exam.Option[] bundles(String... specs)
specs - Bundle specs of the format <group>/<artifact>[/<version>]
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||