org.ops4j.pax.exam.options
Class BundleStartLevelOption
java.lang.Object
org.ops4j.pax.exam.options.BundleStartLevelOption
- All Implemented Interfaces:
- Option
public class BundleStartLevelOption
- extends Object
- implements Option
Option specifying initial bundle start level.
- Since:
- 0.5.0, April 23, 2009
- Author:
- Alin Dreghiciu (adreghiciu@gmail.com)
BundleStartLevelOption
public BundleStartLevelOption(int startLevel)
- Constructor.
- Parameters:
startLevel - initial bundle start level (must be bigger then zero)
- Throws:
IllegalArgumentException - - If start level is <= 0
getStartLevel
public int getStartLevel()
- Getter.
- Returns:
- startlevel (bigger then zero)
toString
public String toString()
-
- Overrides:
toString in class Object
Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.