public class BootDelegationOption extends Object implements ValueOption<String>
| Constructor and Description |
|---|
BootDelegationOption(String pkg)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getPackage()
Getter.
|
String |
getValue()
Getter.
|
int |
hashCode() |
String |
toString() |
public BootDelegationOption(String pkg)
pkg - boot delegation 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.