public class SystemPropertyOption extends Object implements ValueOption<String>
| Constructor and Description |
|---|
SystemPropertyOption(String key)
Constructor.
|
public SystemPropertyOption(String key)
key - system property key (cannot be null or empty)IllegalArgumentException - - If key is null or emptypublic SystemPropertyOption value(String _value)
_value - system property value (cannot be null, can be empty)IllegalArgumentException - - If value is nullpublic String getKey()
public String getValue()
getValue in interface ValueOption<String>Copyright © 2006–2014 OPS4J - Open Participation Software for Java. All rights reserved.