Uses of Class
net.thevpc.common.textsource.log.JSourceMessage
Packages that use JSourceMessage
-
Uses of JSourceMessage in net.thevpc.common.textsource.log
Subinterfaces with type arguments of type JSourceMessage in net.thevpc.common.textsource.logMethods in net.thevpc.common.textsource.log that return JSourceMessageModifier and TypeMethodDescriptionstatic JSourceMessagestatic JSourceMessageJSourceMessage.cerror(String id, String group, JTextSourceToken token, String message, Object... params) static JSourceMessageJSourceMessage.cinfo(String id, String group, JTextSourceToken token, String message, Object... params) static JSourceMessagestatic JSourceMessageJSourceMessage.cwarning(String id, String group, JTextSourceToken token, String message, Object... params) static JSourceMessagestatic JSourceMessageJSourceMessage.error(String id, String group, JTextSourceToken token, String message) static JSourceMessageJSourceMessage.info(String id, String group, JTextSourceToken token, String message) static JSourceMessagestatic JSourceMessageJSourceMessage.jerror(String id, String group, JTextSourceToken token, String message, Object... params) static JSourceMessageJSourceMessage.jinfo(String id, String group, JTextSourceToken token, String message, Object... params) static JSourceMessagestatic JSourceMessageJSourceMessage.jwarning(String id, String group, JTextSourceToken token, String message, Object... params) JSourceMessage.setMessage(Message message) JSourceMessage.setToken(JTextSourceToken token) JTextSourceLog.toArray()static JSourceMessagestatic JSourceMessageJSourceMessage.warning(String id, String group, JTextSourceToken token, String message) Methods in net.thevpc.common.textsource.log that return types with arguments of type JSourceMessageMethods in net.thevpc.common.textsource.log with parameters of type JSourceMessageMethod parameters in net.thevpc.common.textsource.log with type arguments of type JSourceMessage -
Uses of JSourceMessage in net.thevpc.common.textsource.log.impl
Methods in net.thevpc.common.textsource.log.impl that return JSourceMessageMethods in net.thevpc.common.textsource.log.impl that return types with arguments of type JSourceMessageModifier and TypeMethodDescriptionDefaultJMessageList.iterator()DefaultJTextSourceLog.iterator()DefaultJTextSourceLog.toList()Methods in net.thevpc.common.textsource.log.impl with parameters of type JSourceMessageModifier and TypeMethodDescriptionvoidDefaultJMessageList.add(JSourceMessage message) voidDefaultJTextSourceLog.add(JSourceMessage message) voidDefaultJTextSourceLog.printlnMessage(JSourceMessage jSourceMessage) Method parameters in net.thevpc.common.textsource.log.impl with type arguments of type JSourceMessageModifier and TypeMethodDescriptionvoidDefaultJMessageList.addAll(Iterable<JSourceMessage> messages) voidDefaultJTextSourceLog.addAll(Iterable<JSourceMessage> messages)