Uses of Class
org.openprovenance.prov.template.compiler.configuration.TemplateCompilerConfig
-
Packages that use TemplateCompilerConfig Package Description org.openprovenance.prov.template.compiler org.openprovenance.prov.template.compiler.configuration -
-
Uses of TemplateCompilerConfig in org.openprovenance.prov.template.compiler
Methods in org.openprovenance.prov.template.compiler with parameters of type TemplateCompilerConfig Modifier and Type Method Description voidCompilerQueryInvoker. compositeQueryInvoker(TemplatesCompilerConfig configs, Locations locations, TemplateCompilerConfig config, Set<String> foundSpecialTypes, String sbVar, com.squareup.javapoet.MethodSpec.Builder mspec, String variableBean, boolean withBean)com.squareup.javapoet.MethodSpecCompilerBeanChecker. generateCheckerMethod(String templateName, String extension, TemplateCompilerConfig config, BeanDirection direction, String packageForBeans, List<String> sharing) -
Uses of TemplateCompilerConfig in org.openprovenance.prov.template.compiler.configuration
Subclasses of TemplateCompilerConfig in org.openprovenance.prov.template.compiler.configuration Modifier and Type Class Description classCompositeTemplateCompilerConfigclassSimpleTemplateCompilerConfigFields in org.openprovenance.prov.template.compiler.configuration declared as TemplateCompilerConfig Modifier and Type Field Description TemplateCompilerConfig[]TemplatesCompilerConfig. templatesMethods in org.openprovenance.prov.template.compiler.configuration with parameters of type TemplateCompilerConfig Modifier and Type Method Description static booleanTemplateConfigurationEnum. isSimple(TemplateCompilerConfig config)voidLocations. updateWithConfig(TemplateCompilerConfig config)
-