| Package | Description |
|---|---|
| org.ops4j.pax.exam | |
| org.ops4j.pax.exam.options |
| Modifier and Type | Method and Description |
|---|---|
static JarProbeOption |
CoreOptions.jarProbe()
Creates an option for a user-defined JAR probe.
|
| Modifier and Type | Method and Description |
|---|---|
JarProbeOption |
JarProbeOption.classes(Class<?>... klass)
Adds the given classes to the JAR.
|
JarProbeOption |
JarProbeOption.metaInfResource(String resourcePath)
Adds the given resources from the current class path to the WAR in
META-INF/. |
JarProbeOption |
JarProbeOption.name(String _name)
Sets the base name of this JAR.
|
JarProbeOption |
JarProbeOption.resources(String... resourcePaths)
Adds the given resources from the current class path to the JAR.
|
Copyright © 2006–2017 OPS4J - Open Participation Software for Java. All rights reserved.