| java.lang.Object |
| ↳ |
org.ops4j.pax.exam.spi.war.WarBuilder |
Class Overview
Builds a WAR according to a WarProbeOption.
Summary
| Public Constructors |
|
|
WarBuilder(File tempDir, WarProbeOption option)
Constructs a WAR builder for the given option.
|
| Public Methods |
|
URI
|
buildWar()
Builds a WAR 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
WarBuilder
(File tempDir, WarProbeOption option)
Constructs a WAR builder for the given option.
Public Methods
public
URI
buildWar
()
Builds a WAR from the given option.
Returns
- file URI referencing the WAR in a temporary directory