Class UpdateProperty

  • All Implemented Interfaces:
    ExecutableCliCommand

    public class UpdateProperty
    extends Object
    implements ExecutableCliCommand
    Updates a property.
     Usage: appng update-property [options]
       Options:
         -c
            The name of the file containing the clob value. Mutually exclusive with -v.
       * -n
            The property name.
         -v
            The property value. Mutually exclusive with -c.
     
    Author:
    Matthias Herlitzius