Class ChangeLicenseCommand

  • All Implemented Interfaces:
    ICommand

    public class ChangeLicenseCommand
    extends AbstractCommand
    A command used to modify the license information of a document.
    Author:
    eric.wittmann@gmail.com
    • Field Detail

      • _newLicenseName

        public String _newLicenseName
      • _newLicenseUrl

        public String _newLicenseUrl
      • _oldLicense

        public com.fasterxml.jackson.databind.node.ObjectNode _oldLicense
      • _nullInfo

        public boolean _nullInfo
    • Constructor Detail

      • ChangeLicenseCommand

        public ChangeLicenseCommand()
      • ChangeLicenseCommand

        public ChangeLicenseCommand​(String name,
                                    String url)