Package org.rundeck.client.tool.format
-
Interface Summary Interface Description Formatable OutputFormatter -
Class Summary Class Description BaseDataOutputFormatter FormattedOutput Can format output objectsJsonFormatter NiceFormatter PrefixFormatter ToStringFormatter YamlFormatter Format objects as YAML, this will convert any Map/Collection into Yaml, and any Object that implementsFormatableand returns a non-null Map or List.