(Quick Reference)

set-property

Purpose

Sets or changes the value of a system property. You can inspect all system properties with the properties command.

Examples

griffon> set-property foo bar

Description

Usage

set-property name value

Arguments:

  • name - Name for the property to be set.
  • value - Value to be set.