Class ProcessorConfig


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

      • properties

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

      • ProcessorConfig

        public ProcessorConfig()
    • 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)