Uses of Class
org.gcube.common.software.model.ExporterConfig
-
Packages that use ExporterConfig Package Description org.gcube.common.software.analyser org.gcube.common.software.export org.gcube.common.software.model -
-
Uses of ExporterConfig in org.gcube.common.software.analyser
Methods in org.gcube.common.software.analyser that return ExporterConfig Modifier and Type Method Description protected ExporterConfigAnalyser. actualizeExporterConfig(ExporterConfig exporterConfig, SoftwareVersionConfig softwareVersionConfig)Methods in org.gcube.common.software.analyser with parameters of type ExporterConfig Modifier and Type Method Description protected ExporterConfigAnalyser. actualizeExporterConfig(ExporterConfig exporterConfig, SoftwareVersionConfig softwareVersionConfig) -
Uses of ExporterConfig in org.gcube.common.software.export
Fields in org.gcube.common.software.export declared as ExporterConfig Modifier and Type Field Description protected ExporterConfigSoftwareVersionExporter. exporterConfigMethods in org.gcube.common.software.export that return ExporterConfig Modifier and Type Method Description ExporterConfigSoftwareVersionExporter. getExporterConfig()Methods in org.gcube.common.software.export with parameters of type ExporterConfig Modifier and Type Method Description voidSoftwareVersionExporter. setExporterConfig(ExporterConfig processorConfig) -
Uses of ExporterConfig in org.gcube.common.software.model
Fields in org.gcube.common.software.model with type parameters of type ExporterConfig Modifier and Type Field Description protected Map<String,ExporterConfig>GlobalConfig. exportersMethods in org.gcube.common.software.model that return types with arguments of type ExporterConfig Modifier and Type Method Description Map<String,ExporterConfig>GlobalConfig. getExporters()
-