Class Config.Factory

java.lang.Object
org.burningwave.graph.Config.Factory
All Implemented Interfaces:
AutoCloseable, org.burningwave.core.Component, org.burningwave.core.iterable.Properties.Listener, org.burningwave.core.ManagedLogger
Enclosing class:
Config

public static class Config.Factory
extends Object
implements org.burningwave.core.Component
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.burningwave.core.ManagedLogger

    org.burningwave.core.ManagedLogger.Repository
  • Method Summary

    Modifier and Type Method Description
    Config build​(String fileName)  
    static Config.Factory create​(org.burningwave.core.Strings stringHelper, org.burningwave.core.io.PathHelper pathHelper, org.burningwave.graph.Config.Validator configValidator, com.fasterxml.jackson.databind.ObjectMapper objectMapper)  
    static Config.Factory getInstance()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.burningwave.core.Component

    close, getOrCreateTemporaryFolder, getTemporaryFolderPrefix

    Methods inherited from interface org.burningwave.core.ManagedLogger

    disableLogging, enableLogging, logDebug, logDebug, logError, logError, logInfo, logInfo, logWarn, logWarn

    Methods inherited from interface org.burningwave.core.iterable.Properties.Listener

    listenTo, receiveNotification
  • Method Details

    • create

      public static Config.Factory create​(org.burningwave.core.Strings stringHelper, org.burningwave.core.io.PathHelper pathHelper, org.burningwave.graph.Config.Validator configValidator, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
    • getInstance

      public static Config.Factory getInstance()
    • build

      public Config build​(String fileName) throws com.fasterxml.jackson.core.JsonParseException, com.fasterxml.jackson.databind.JsonMappingException, IOException
      Throws:
      com.fasterxml.jackson.core.JsonParseException
      com.fasterxml.jackson.databind.JsonMappingException
      IOException