Uses of Class
org.frankframework.larva.LarvaMessage
Packages that use LarvaMessage
-
Uses of LarvaMessage in org.frankframework.larva
Methods in org.frankframework.larva that return types with arguments of type LarvaMessageModifier and TypeMethodDescriptionLarvaTool.getMessagesAtLevel
(LarvaLogLevel level) Larva API calls that do not provide an output-writer can collect relevant log messages for the user to be returned via the API from the message list.ScenarioLoader.RawScenarioData.messages()
Returns the value of themessages
record component.Method parameters in org.frankframework.larva with type arguments of type LarvaMessageConstructor parameters in org.frankframework.larva with type arguments of type LarvaMessageModifierConstructorDescriptionRawScenarioData
(PropertyLoader properties, List<LarvaMessage> messages) Creates an instance of aRawScenarioData
record class.Scenario
(File scenarioFile, String name, String description, Properties properties, Collection<LarvaMessage> messages)