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