public class

BundleStartLevelOption

extends Object
implements Option
java.lang.Object
   ↳ org.ops4j.pax.exam.options.BundleStartLevelOption

Class Overview

Option specifying initial bundle start level.

Summary

Public Constructors
BundleStartLevelOption(int startLevel)
Constructor.
Public Methods
int getStartLevel()
Getter.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public BundleStartLevelOption (int startLevel)

Constructor.

Parameters
startLevel initial bundle start level (must be bigger then zero)
Throws
IllegalArgumentException - If start level is <= 0

Public Methods

public int getStartLevel ()

Getter.

Returns
  • startlevel (bigger then zero)

public String toString ()