public class SystemPackageOption extends Object implements ValueOption<String>
| Constructor and Description |
|---|
SystemPackageOption(String pkg)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPackage()
Getter.
|
String |
getValue()
Getter.
|
String |
toString() |
public SystemPackageOption(String pkg)
pkg - system package (cannot be null or empty)IllegalArgumentException - - If package is null or emptypublic String getPackage()
public String getValue()
getValue in interface ValueOption<String>Copyright © 2006–2021 OPS4J - Open Participation Software for Java. All rights reserved.