Class IntentDetailsCommand

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

    public class IntentDetailsCommand
    extends AbstractShellCommand
    Displays details about an Intent in the system.
    • Constructor Detail

      • IntentDetailsCommand

        public IntentDetailsCommand()
    • Method Detail

      • detailIntents

        public void detailIntents​(List<String> intentsIds)
        Print detailed data for intents, given a list of IDs.
        Parameters:
        intentsIds - List of intent IDs
      • simplify

        public static String simplify​(String input)
        Simplify toString result for CLI.
        Parameters:
        input - String
        Returns:
        simplified String