Class CopyConfigCommand

  • All Implemented Interfaces:
    AdminCommand

    @Service(name="copy-config")
    @PerLookup
    public final class CopyConfigCommand
    extends CopyConfig
    This is a remote command that copies a config to a destination config. Usage: copy-config [--systemproperties (name=value)[:name=value]*] source_configuration_name destination_configuration_name
    Author:
    Bhakti Mehta
    • Constructor Detail

      • CopyConfigCommand

        public CopyConfigCommand()
    • Method Detail

      • execute

        public void execute​(AdminCommandContext context)
        Description copied from interface: AdminCommand
        Executes the command with the command parameters passed as Properties where the keys are the parameter names and the values are the parameter values
        Parameters:
        context - information