public class

JarBuilder

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

Public Constructors

public JarBuilder (File tempDir, JarProbeOption option)

Constructs a JAR builder for the given option.

Parameters
option JAR probe option

Public Methods

public URI buildJar ()

Builds a JAR from the given option.

Returns
  • file URI referencing the JAR in a temporary directory