Class ExporterConfig


  • public class ExporterConfig
    extends Object
    Author:
    Luca Frosini (ISTI - CNR)
    • Field Detail

      • properties

        protected Map<String,​org.gcube.com.fasterxml.jackson.databind.JsonNode> properties
    • Constructor Detail

      • ExporterConfig

        public ExporterConfig()
    • Method Detail

      • getProperties

        public Map<String,​org.gcube.com.fasterxml.jackson.databind.JsonNode> getProperties()
      • addProperty

        public void addProperty​(String key,
                                org.gcube.com.fasterxml.jackson.databind.JsonNode value)
      • getProperty

        public org.gcube.com.fasterxml.jackson.databind.JsonNode getProperty​(String key)