org.ops4j.pax.exam.options
Class SystemPackageOption
java.lang.Object
org.ops4j.pax.exam.options.SystemPackageOption
- All Implemented Interfaces:
- Option
public class SystemPackageOption
- extends Object
- implements Option
Option specifying a system package (package exported by system bundle).
- Since:
- 0.3.0, December 08, 2008
- Author:
- Alin Dreghiciu (adreghiciu@gmail.com)
SystemPackageOption
public SystemPackageOption(String pkg)
- Constructor.
- Parameters:
pkg - system package (cannot be null or empty)
- Throws:
IllegalArgumentException - - If package is null or empty
getPackage
public String getPackage()
- Getter.
- Returns:
- system 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.