Package ai.wanaku.cli.main.support
Class PrettyPrinter
java.lang.Object
ai.wanaku.cli.main.support.PrettyPrinter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidprintParseable(ResourceReference resourceReference) static voidprintParseable(ToolReference toolReference) static voidprintParseableTarget(String name, Service service) static voidprintResources(List<ResourceReference> list) Prints a list of resourcesstatic voidprintTargets(Map<String, Service> map) Prints a map of entriesstatic voidprintTools(List<ToolReference> list) Prints a list of references
-
Constructor Details
-
PrettyPrinter
public PrettyPrinter()
-
-
Method Details
-
printParseable
-
printTools
Prints a list of references- Parameters:
list- the list of references
-
printParseable
-
printResources
Prints a list of resources- Parameters:
list- the list of resources
-
printParseableTarget
-
printTargets
Prints a map of entries- Parameters:
map- the map of entries
-