Uses of Class
org.gcube.common.software.model.SoftwareVersionConfig
-
Packages that use SoftwareVersionConfig Package Description org.gcube.common.software.analyser org.gcube.common.software.export org.gcube.common.software.model -
-
Uses of SoftwareVersionConfig in org.gcube.common.software.analyser
Methods in org.gcube.common.software.analyser that return SoftwareVersionConfig Modifier and Type Method Description protected SoftwareVersionConfigAnalyser. actualizeSoftwareVersionConfig(org.gcube.com.fasterxml.jackson.databind.JsonNode version)Methods in org.gcube.common.software.analyser with parameters of type SoftwareVersionConfig Modifier and Type Method Description protected ExporterConfigAnalyser. actualizeExporterConfig(ExporterConfig exporterConfig, SoftwareVersionConfig softwareVersionConfig) -
Uses of SoftwareVersionConfig in org.gcube.common.software.export
Fields in org.gcube.common.software.export declared as SoftwareVersionConfig Modifier and Type Field Description protected SoftwareVersionConfigSoftwareVersionExporter. softwareVersionConfigMethods in org.gcube.common.software.export that return SoftwareVersionConfig Modifier and Type Method Description SoftwareVersionConfigSoftwareVersionExporter. getSoftwareVersionConfig()Methods in org.gcube.common.software.export with parameters of type SoftwareVersionConfig Modifier and Type Method Description voidSoftwareVersionExporter. setSoftwareVersionConfig(SoftwareVersionConfig softwareVersionConfig) -
Uses of SoftwareVersionConfig in org.gcube.common.software.model
Fields in org.gcube.common.software.model declared as SoftwareVersionConfig Modifier and Type Field Description protected SoftwareVersionConfigSoftwareVersionConfig. nextprotected SoftwareVersionConfigSoftwareVersionConfig. previousMethods in org.gcube.common.software.model that return SoftwareVersionConfig Modifier and Type Method Description SoftwareVersionConfigSoftwareVersionConfig. getNext()SoftwareVersionConfigSoftwareVersionConfig. getPrevious()Methods in org.gcube.common.software.model with parameters of type SoftwareVersionConfig Modifier and Type Method Description voidSoftwareVersionConfig. setPrevious(SoftwareVersionConfig previous)
-