org.ops4j.pax.exam.options
Class BootDelegationOption
java.lang.Object
org.ops4j.pax.exam.options.BootDelegationOption
- All Implemented Interfaces:
- Option
public class BootDelegationOption
- extends Object
- implements Option
Options specifying a boot delegation package (package for which framework will delegate to the system classloader).
- Since:
- 0.3.0, December 08, 2008
- Author:
- Alin Dreghiciu (adreghiciu@gmail.com)
BootDelegationOption
public BootDelegationOption(String pkg)
- Constructor
- Parameters:
pkg - boot delegation package (cannot be null or empty)
- Throws:
IllegalArgumentException - - If package is null or empty
getPackage
public String getPackage()
- Getter.
- Returns:
- boot delegation package (cannot be null or empty)
toString
public String toString()
-
- Overrides:
toString in class Object
Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.