Class S3ConfigNodeFactory

  • All Implemented Interfaces:
    org.github.gestalt.config.node.factory.ConfigNodeFactory

    public class S3ConfigNodeFactory
    extends java.lang.Object
    implements org.github.gestalt.config.node.factory.ConfigNodeFactory
    Factory for creating a S3 Config Node from parameters.

    Load a config source from a File then converts it to a config node

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void applyConfig​(org.github.gestalt.config.node.factory.ConfigNodeFactoryConfig config)  
      org.github.gestalt.config.utils.GResultOf<java.util.List<org.github.gestalt.config.node.ConfigNode>> build​(java.util.Map<java.lang.String,​java.lang.String> parameters)  
      java.lang.Boolean supportsType​(java.lang.String type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • S3ConfigNodeFactory

        public S3ConfigNodeFactory()
    • Method Detail

      • applyConfig

        public void applyConfig​(org.github.gestalt.config.node.factory.ConfigNodeFactoryConfig config)
        Specified by:
        applyConfig in interface org.github.gestalt.config.node.factory.ConfigNodeFactory
      • supportsType

        public java.lang.Boolean supportsType​(java.lang.String type)
        Specified by:
        supportsType in interface org.github.gestalt.config.node.factory.ConfigNodeFactory
      • build

        public org.github.gestalt.config.utils.GResultOf<java.util.List<org.github.gestalt.config.node.ConfigNode>> build​(java.util.Map<java.lang.String,​java.lang.String> parameters)
        Specified by:
        build in interface org.github.gestalt.config.node.factory.ConfigNodeFactory