Class SystemProperty

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  
  • Constructor Summary

    Constructors 
    Constructor Description
    SystemProperty()  
  • 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

    • key

      @Parameter(required=true) private java.lang.String key
    • value

      @Parameter(required=true) private java.lang.String value
  • Constructor Details

  • Method Details

    • getKey

      public java.lang.String getKey()
      Returns the property key.
      Returns:
      the key
    • getValue

      public java.lang.String getValue()
      Returns the property value.
      Returns:
      the value (may be empty for none)