Uses of Class
org.frankframework.larva.LarvaConfig
Packages that use LarvaConfig
-
Uses of LarvaConfig in org.frankframework.larva
Subclasses of LarvaConfig in org.frankframework.larvaModifier and TypeClassDescriptionclass
Larva extra configuration options for HTML output and will parse all the LarvaConfig options from the HTTP Servlet Request.Methods in org.frankframework.larva with parameters of type LarvaConfigConstructors in org.frankframework.larva with parameters of type LarvaConfigModifierConstructorDescriptionLarvaTool
(org.springframework.context.ApplicationContext applicationContext, LarvaConfig larvaConfig) TestRunStatus
(LarvaConfig larvaConfig, LarvaTool larvaTool) -
Uses of LarvaConfig in org.frankframework.larva.output
Constructors in org.frankframework.larva.output with parameters of type LarvaConfigModifierConstructorDescriptionLarvaWriter
(LarvaConfig larvaConfig, OutputStream out) LarvaWriter
(LarvaConfig larvaConfig, Writer writer)