Package ai.wanaku.cli.main.support
Class PrettyPrinter
java.lang.Object
ai.wanaku.cli.main.support.PrettyPrinter
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidprintForwards(List<ForwardReference> list) Prints a list of resourcesstatic voidprintResourceRef(ResourceReference resourceReference) static voidprintResources(List<ResourceReference> list) Prints a list of resourcesstatic voidprintStates(Map<String, List<State>> states) Prints a map of entriesstatic voidprintTarget(String name, Service service) static voidprintTargets(Map<String, Service> map) Prints a map of entriesstatic voidprintTool(ToolReference toolReference) static voidprintTools(List<ToolReference> list) Prints a list of references
-
Method Details
-
printTool
-
printTools
Prints a list of references- Parameters:
list- the list of references
-
printResourceRef
-
printResources
Prints a list of resources- Parameters:
list- the list of resources
-
printTarget
-
printTargets
Prints a map of entries- Parameters:
map- the map of entries
-
printStates
Prints a map of entries- Parameters:
states- the map of states
-
printForwards
Prints a list of resources- Parameters:
list- the list of resources
-