Class SetLicenseKeyCmd

  • All Implemented Interfaces:
    Command<java.lang.Object>

    public class SetLicenseKeyCmd
    extends LicenseCmd
    implements Command<java.lang.Object>
    • Field Detail

      • licenseKey

        protected java.lang.String licenseKey
    • Constructor Detail

      • SetLicenseKeyCmd

        public SetLicenseKeyCmd​(java.lang.String licenseKey)
    • Method Detail

      • execute

        public java.lang.Object execute​(CommandContext commandContext)
        Specified by:
        execute in interface Command<java.lang.Object>