Class SystemProperty

java.lang.Object
de.iip_ecosphere.platform.tools.maven.invoker.SystemProperty

public class SystemProperty extends Object
Represents a system property.
Author:
Holger Eichelberger, SSE
  • Field Details

    • key

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

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

    • SystemProperty

      public SystemProperty()
  • Method Details

    • getKey

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

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