Uses of Interface
org.aspectj.bridge.MessageUtil.IMessageRenderer
Packages that use MessageUtil.IMessageRenderer
-
Uses of MessageUtil.IMessageRenderer in org.aspectj.bridge
Fields in org.aspectj.bridge declared as MessageUtil.IMessageRendererModifier and TypeFieldDescriptionstatic MessageUtil.IMessageRendererMessageUtil.MESSAGE_ALLrender message without restriction, up to 10K, including throwablestatic MessageUtil.IMessageRendererMessageUtil.MESSAGE_LABELrender message as label, i.e., less than 33 charstatic MessageUtil.IMessageRendererMessageUtil.MESSAGE_LABEL_NOLOCrender message as label, i.e., less than 33 char, with no source locationstatic MessageUtil.IMessageRendererMessageUtil.MESSAGE_LINErender message as line, i.e., less than 75 char, no internal line sepstatic MessageUtil.IMessageRendererMessageUtil.MESSAGE_LINE_FORCE_LOCrender message as line, i.e., less than 75 char, no internal line sep, trying to trim text as needed to end with a full source locationstatic MessageUtil.IMessageRendererMessageUtil.MESSAGE_MOSTrender message without restriction, except any Throwable thrownstatic MessageUtil.IMessageRendererMessageUtil.MESSAGE_SCALEDrender message more verbosely if it is worsestatic MessageUtil.IMessageRendererMessageUtil.MESSAGE_SHORTrender message using toShortString(IMessage)"static MessageUtil.IMessageRendererMessageUtil.MESSAGE_TOSTRINGrender message using its toString() or "((IMessage) null)"static MessageUtil.IMessageRendererMessageUtil.MESSAGE_WIDELINErender message as wide line, i.e., less than 256 char, no internal line sep, except any Throwable thrownMethods in org.aspectj.bridge with parameters of type MessageUtil.IMessageRendererModifier and TypeMethodDescriptionstatic voidMessageUtil.print(PrintStream out, IMessageHolder holder, String prefix, MessageUtil.IMessageRenderer renderer)Print all message to the print stream, starting each on a new line, with a prefix and using a renderer.static voidMessageUtil.print(PrintStream out, IMessageHolder holder, String prefix, MessageUtil.IMessageRenderer renderer, IMessageHandler selector)Print all message to the print stream, starting each on a new line, with a prefix and using a renderer.static voidMessageUtil.print(PrintStream out, IMessageHolder holder, String prefix, MessageUtil.IMessageRenderer renderer, IMessageHandler selector, boolean printSummary)