Class PrettyPrinter

java.lang.Object
ai.wanaku.cli.main.support.PrettyPrinter

public class PrettyPrinter extends Object
  • Constructor Details

    • PrettyPrinter

      public PrettyPrinter()
  • Method Details

    • printParseable

      public static void printParseable(ToolReference toolReference)
    • printTools

      public static void printTools(List<ToolReference> list)
      Prints a list of references
      Parameters:
      list - the list of references
    • printParseable

      public static void printParseable(ResourceReference resourceReference)
    • printResources

      public static void printResources(List<ResourceReference> list)
      Prints a list of resources
      Parameters:
      list - the list of resources
    • printParseableTarget

      public static void printParseableTarget(String name, Service service)
    • printTargets

      public static void printTargets(Map<String,Service> map)
      Prints a map of entries
      Parameters:
      map - the map of entries