Uses of Enum
org.infinispan.cli.printers.PrettyPrinter.PrettyPrintMode
Packages that use PrettyPrinter.PrettyPrintMode
-
Uses of PrettyPrinter.PrettyPrintMode in org.infinispan.cli.printers
Methods in org.infinispan.cli.printers that return PrettyPrinter.PrettyPrintModeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static PrettyPrinter.PrettyPrintMode[]PrettyPrinter.PrettyPrintMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.cli.printers with parameters of type PrettyPrinter.PrettyPrintModeModifier and TypeMethodDescriptionstatic PrettyPrinterPrettyPrinter.forMode(PrettyPrinter.PrettyPrintMode mode, org.aesh.command.shell.Shell shell, PrettyRowPrinter rowPrinter) -
Uses of PrettyPrinter.PrettyPrintMode in org.infinispan.cli.resources
Methods in org.infinispan.cli.resources with parameters of type PrettyPrinter.PrettyPrintModeModifier and TypeMethodDescriptionvoidAbstractResource.printChildren(Resource.ListFormat format, int limit, PrettyPrinter.PrettyPrintMode prettyPrintMode, org.aesh.command.shell.Shell shell) voidCacheResource.printChildren(Resource.ListFormat format, int limit, PrettyPrinter.PrettyPrintMode prettyPrintMode, org.aesh.command.shell.Shell shell) voidResource.printChildren(Resource.ListFormat format, int limit, PrettyPrinter.PrettyPrintMode prettyPrintMode, org.aesh.command.shell.Shell shell)