Class IntentRemoveCommand

  • All Implemented Interfaces:
    org.apache.karaf.shell.api.action.Action, CodecContext

    public class IntentRemoveCommand
    extends AbstractShellCommand
    Removes an intent.
    • Constructor Detail

      • IntentRemoveCommand

        public IntentRemoveCommand()
    • Method Detail

      • purgeIntentsInteractive

        public void purgeIntentsInteractive​(java.lang.Iterable<Intent> intents)
        Purges the intents passed as argument after confirmation is provided for each of them. If no explicit confirmation is provided, the intent is not purged.
        Parameters:
        intents - list of intents to purge