| Package | Description |
|---|---|
| org.ops4j.pax.exam | |
| org.ops4j.pax.exam.options |
| Modifier and Type | Method and Description |
|---|---|
static WarProbeOption |
CoreOptions.warProbe()
Creates an option for a user-defined WAR probe.
|
| Modifier and Type | Method and Description |
|---|---|
WarProbeOption |
WarProbeOption.autoClasspath(boolean includeDefaultFilters)
Automatically add libraries and class folders from the current classpath.
|
WarProbeOption |
WarProbeOption.classes(Class<?>... klass)
Adds the given classes to the WAR in
WEB-INF/classes. |
WarProbeOption |
WarProbeOption.classPathDefaultExcludes()
Automatically add libraries and class folders from the current classpath, applying the
default classpath excludes.
|
WarProbeOption |
WarProbeOption.exclude(String... excludeRegExp)
This option implies
autoClasspath(false) and adds the given regular expressions to
the classpath filters. |
WarProbeOption |
WarProbeOption.library(String libraryPath)
Adds the library from the given path to the WAR.
|
WarProbeOption |
WarProbeOption.library(UrlReference libraryUrl)
Adds the library from the URL to the WAR.
|
WarProbeOption |
WarProbeOption.metaInfResource(String resourcePath)
Adds the given resourcs from the current class path to the WAR in
META-INF/. |
WarProbeOption |
WarProbeOption.name(String _name)
Sets the application name of this WAR.
|
WarProbeOption |
WarProbeOption.overlay(String overlayPath)
Adds an overlay from the given path to the WAR.
|
WarProbeOption |
WarProbeOption.overlay(UrlReference overlayUrl)
Adds an overlay from the given URL to the WAR.
|
WarProbeOption |
WarProbeOption.resources(String... resourcePaths)
Adds the given resources from the current class path to the WAR in
WEB-INF/classes. |
WarProbeOption |
WarProbeOption.webInfResource(String resourcePath)
Adds the given resource from the current class path to the WAR in
WEB-INF/. |
Copyright © 2006–2017 OPS4J - Open Participation Software for Java. All rights reserved.