Uses of Class
org.gcube.common.software.model.SoftwareArtifactMetadata
-
Packages that use SoftwareArtifactMetadata Package Description org.gcube.common.software.analyser org.gcube.common.software.model org.gcube.common.software.processor -
-
Uses of SoftwareArtifactMetadata in org.gcube.common.software.analyser
Methods in org.gcube.common.software.analyser that return SoftwareArtifactMetadata Modifier and Type Method Description protected SoftwareArtifactMetadataAnalyser. actualizeSoftwareArtifactConfig(org.gcube.com.fasterxml.jackson.databind.JsonNode version)Methods in org.gcube.common.software.analyser with parameters of type SoftwareArtifactMetadata Modifier and Type Method Description protected ProcessorConfigAnalyser. actualizeProcessorConfig(ProcessorConfig processorConfig, SoftwareArtifactMetadata softwareArtifactMetadata) -
Uses of SoftwareArtifactMetadata in org.gcube.common.software.model
Fields in org.gcube.common.software.model declared as SoftwareArtifactMetadata Modifier and Type Field Description protected SoftwareArtifactMetadataSoftwareArtifactMetadata. nextprotected SoftwareArtifactMetadataSoftwareArtifactMetadata. previousMethods in org.gcube.common.software.model that return SoftwareArtifactMetadata Modifier and Type Method Description SoftwareArtifactMetadataSoftwareArtifactMetadata. getNext()SoftwareArtifactMetadataSoftwareArtifactMetadata. getPrevious()Methods in org.gcube.common.software.model with parameters of type SoftwareArtifactMetadata Modifier and Type Method Description voidSoftwareArtifactMetadata. setPrevious(SoftwareArtifactMetadata previous) -
Uses of SoftwareArtifactMetadata in org.gcube.common.software.processor
Fields in org.gcube.common.software.processor declared as SoftwareArtifactMetadata Modifier and Type Field Description protected SoftwareArtifactMetadataSoftwareArtifactProcessor. softwareArtifactMetadataMethods in org.gcube.common.software.processor that return SoftwareArtifactMetadata Modifier and Type Method Description SoftwareArtifactMetadataSoftwareArtifactProcessor. getSoftwareArtifactConfig()Methods in org.gcube.common.software.processor with parameters of type SoftwareArtifactMetadata Modifier and Type Method Description voidSoftwareArtifactProcessor. setSoftwareArtifactConfig(SoftwareArtifactMetadata softwareArtifactMetadata)
-