Class ConfigEditorProcessor.SetConfigCommand

  • All Implemented Interfaces:
    org.aesh.command.Command<org.aesh.command.invocation.CommandInvocation>
    Enclosing class:
    ConfigEditorProcessor

    public static class ConfigEditorProcessor.SetConfigCommand
    extends Object
    implements org.aesh.command.Command<org.aesh.command.invocation.CommandInvocation>
    • Method Detail

      • execute

        public org.aesh.command.CommandResult execute​(org.aesh.command.invocation.CommandInvocation commandInvocation)
                                               throws org.aesh.command.CommandException,
                                                      InterruptedException
        Specified by:
        execute in interface org.aesh.command.Command<org.aesh.command.invocation.CommandInvocation>
        Throws:
        org.aesh.command.CommandException
        InterruptedException