public class

BootDelegationOption

extends Object
implements ValueOption<T>
java.lang.Object
   ↳ org.ops4j.pax.exam.options.BootDelegationOption

Class Overview

Options specifying a boot delegation package (package for which framework will delegate to the system classloader).

Summary

Public Constructors
BootDelegationOption(String pkg)
Constructor
Public Methods
boolean equals(Object obj)
String getPackage()
Getter.
String getValue()
Getter.
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.ops4j.pax.exam.options.ValueOption

Public Constructors

public BootDelegationOption (String pkg)

Constructor

Parameters
pkg boot delegation package (cannot be null or empty)
Throws
IllegalArgumentException - If package is null or empty

Public Methods

public boolean equals (Object obj)

public String getPackage ()

Getter.

Returns
  • boot delegation package (cannot be null or empty)

public String getValue ()

Getter.

Returns
  • boot delegation package (cannot be null or empty)

public int hashCode ()

public String toString ()