public class SlingPaxOptions extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_RUN_MODES |
static int |
DEFAULT_SLING_START_LEVEL |
static String |
PROP_HTTP_PORT |
static String |
PROP_TELNET_PORT |
Constructor and Description |
---|
SlingPaxOptions() |
Modifier and Type | Method and Description |
---|---|
static org.ops4j.pax.exam.options.CompositeOption |
defaultLaunchpadOptions(String launchpadVersion)
Set default launchpad options
|
static org.ops4j.pax.exam.options.CompositeOption |
felixRemoteShellBundles()
Felix remote shell bundles
|
static Collection<String> |
getTestRunModes()
Get run modes to use for our tests, as set by the sling.run.modes property
|
static void |
setIgnoredBundles(String... symbolicNamePrefix)
When reading bundle lists, ignore bundles which have symbolic names
starting with one of the supplied prefixes
|
static org.ops4j.pax.exam.options.CompositeOption |
slingBootstrapBundles() |
static org.ops4j.pax.exam.options.CompositeOption |
slingBundleList(String groupId,
String artifactId,
String version,
String type,
String classifier) |
static org.ops4j.pax.exam.options.CompositeOption |
slingLaunchpadBundles(String version) |
public static final int DEFAULT_SLING_START_LEVEL
public static final String PROP_TELNET_PORT
public static final String PROP_HTTP_PORT
public static final String DEFAULT_RUN_MODES
public static void setIgnoredBundles(String... symbolicNamePrefix)
symbolicNamePrefix
- Symbolic name prefixespublic static Collection<String> getTestRunModes()
public static org.ops4j.pax.exam.options.CompositeOption defaultLaunchpadOptions(String launchpadVersion)
launchpadVersion
- null means use the latestpublic static org.ops4j.pax.exam.options.CompositeOption slingBundleList(String groupId, String artifactId, String version, String type, String classifier)
public static org.ops4j.pax.exam.options.CompositeOption slingBootstrapBundles()
public static org.ops4j.pax.exam.options.CompositeOption slingLaunchpadBundles(String version)
public static org.ops4j.pax.exam.options.CompositeOption felixRemoteShellBundles()
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.