| java.lang.Object |
| ↳ |
org.ops4j.pax.exam.spi.war.JarBuilder |
Class Overview
Builds a JAR according to a JarProbeOption.
Summary
| Public Constructors |
|
|
JarBuilder(File tempDir, JarProbeOption option)
Constructs a JAR builder for the given option.
|
| Public Methods |
|
URI
|
buildJar()
Builds a JAR from the given option.
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
JarBuilder
(File tempDir, JarProbeOption option)
Constructs a JAR builder for the given option.
Public Methods
public
URI
buildJar
()
Builds a JAR from the given option.
Returns
- file URI referencing the JAR in a temporary directory