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​(java.util.List<java.lang.String> intentsIds)
        Print detailed data for intents, given a list of IDs.
        Parameters:
        intentsIds - List of intent IDs
      • s

        protected java.lang.String s​(java.lang.Object o)
      • simplify

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