java.lang.Object
de.iip_ecosphere.platform.tools.maven.invoker.SystemProperty
public class SystemProperty
extends java.lang.Object
Represents a system property.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields
| Modifier and Type |
Field |
Description |
private java.lang.String |
key |
|
private java.lang.String |
value |
|
-
-
Method Summary
| Modifier and Type |
Method |
Description |
java.lang.String |
getKey() |
Returns the property key.
|
java.lang.String |
getValue() |
Returns the property value.
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
@Parameter(required=true)
private java.lang.String key
-
@Parameter(required=true)
private java.lang.String value
-
-
Method Details
-
public java.lang.String getKey()
Returns the property key.
- Returns:
- the key
-
public java.lang.String getValue()
Returns the property value.
- Returns:
- the value (may be empty for none)