Class SystemProperty
java.lang.Object
de.iip_ecosphere.platform.tools.maven.invoker.SystemProperty
Represents a system property.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
-
value
-
-
Constructor Details
-
SystemProperty
public SystemProperty()
-
-
Method Details
-
getKey
Returns the property key.- Returns:
- the key
-
getValue
Returns the property value.- Returns:
- the value (may be empty for none)
-