public class

WarBuilder

extends Object
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

Public Constructors

public WarBuilder (File tempDir, WarProbeOption option)

Constructs a WAR builder for the given option.

Parameters
option WAR probe option

Public Methods

public URI buildWar ()

Builds a WAR from the given option.

Returns
  • file URI referencing the WAR in a temporary directory