public class

SystemPackageOption

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

Class Overview

Option specifying a system package (package exported by system bundle).

Summary

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

Public Constructors

public SystemPackageOption (String pkg)

Constructor.

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

Public Methods

public String getPackage ()

Getter.

Returns
  • system package (cannot be null or empty)

public String getValue ()

Getter.

Returns
  • system package (cannot be null or empty)

public String toString ()