Uses of Interface
org.verapdf.processor.app.VeraAppConfig
-
Packages that use VeraAppConfig Package Description org.verapdf.apps org.verapdf.cli.commands org.verapdf.processor.app -
-
Uses of VeraAppConfig in org.verapdf.apps
Methods in org.verapdf.apps that return VeraAppConfig Modifier and Type Method Description static VeraAppConfigApplications. defaultConfig()Methods in org.verapdf.apps with parameters of type VeraAppConfig Modifier and Type Method Description static AppConfigBuilderApplications. createConfigBuilder(VeraAppConfig base) -
Uses of VeraAppConfig in org.verapdf.cli.commands
Methods in org.verapdf.cli.commands that return VeraAppConfig Modifier and Type Method Description VeraAppConfigVeraCliArgParser. appConfig(VeraAppConfig base)Methods in org.verapdf.cli.commands with parameters of type VeraAppConfig Modifier and Type Method Description VeraAppConfigVeraCliArgParser. appConfig(VeraAppConfig base) -
Uses of VeraAppConfig in org.verapdf.processor.app
Classes in org.verapdf.processor.app that implement VeraAppConfig Modifier and Type Class Description classVeraAppConfigImplMethods in org.verapdf.processor.app that return VeraAppConfig Modifier and Type Method Description VeraAppConfigAppConfigBuilder. build()static VeraAppConfigVeraAppConfigImpl. defaultInstance()VeraAppConfigConfigManager. getApplicationConfig()VeraAppConfigConfigManagerImpl. getApplicationConfig()Methods in org.verapdf.processor.app with parameters of type VeraAppConfig Modifier and Type Method Description static AppConfigBuilderAppConfigBuilder. fromConfig(VeraAppConfig config)voidConfigManager. updateAppConfig(VeraAppConfig config)voidConfigManagerImpl. updateAppConfig(VeraAppConfig config)
-