Class DeleteAllExtensionsCommand

  • All Implemented Interfaces:
    ICommand

    public class DeleteAllExtensionsCommand
    extends AbstractCommand
    A command used to delete all extensions from a node.
    Author:
    eric.wittmann@gmail.com
    • Field Detail

      • _parentPath

        public NodePath _parentPath
      • _oldExtensions

        public Map<String,​com.fasterxml.jackson.databind.JsonNode> _oldExtensions
    • Constructor Detail

      • DeleteAllExtensionsCommand

        public DeleteAllExtensionsCommand()
      • DeleteAllExtensionsCommand

        public DeleteAllExtensionsCommand​(Extensible parent)