Uses of Class
org.frankframework.larva.output.LarvaWriter
Packages that use LarvaWriter
-
Uses of LarvaWriter in org.frankframework.larva
Methods in org.frankframework.larva with parameters of type LarvaWriterModifier and TypeMethodDescriptionprotected static Properties
LarvaUtil.readProperties
(LarvaWriter out, File propertyFile) static TestRunStatus
LarvaTool.runScenarios
(org.springframework.context.ApplicationContext applicationContext, LarvaConfig config, LarvaWriter out, TestExecutionObserver testExecutionObserver, String execute) Constructors in org.frankframework.larva with parameters of type LarvaWriterModifierConstructorDescriptionLarvaTool
(org.springframework.context.ApplicationContext applicationContext, LarvaConfig larvaConfig, LarvaWriter writer, TestExecutionObserver testExecutionObserver) TestRunStatus
(LarvaConfig larvaConfig, LarvaWriter out) -
Uses of LarvaWriter in org.frankframework.larva.output
Subclasses of LarvaWriter in org.frankframework.larva.outputModifier and TypeClassDescriptionclass
Writer for Larva output that has HTML specific features and encodes output for HTML when it's not marked HTML already.Constructors in org.frankframework.larva.output with parameters of type LarvaWriter