Class BootConfig

java.lang.Object
io.vertigo.core.node.config.BootConfig

public final class BootConfig extends Object
This Class defines the properties of ComponentSpace and DefinitionSpace. That's to say : how to boot the modules of Vertigo.
Author:
pchretien
  • Method Details

    • builder

      public static BootConfigBuilder builder()
      Static method factory for NodeConfigBuilder
      Returns:
      NodeConfigBuilder
    • logConfigOpt

      public Optional<LogConfig> logConfigOpt()
      Returns:
      the logconfig
    • coreComponentConfigs

      public List<CoreComponentConfig> coreComponentConfigs()
      Returns:
      the list of component-configs
    • isVerbose

      public boolean isVerbose()
      Returns:
      if the startup is isVerbose
    • aspectPlugin

      public AspectPlugin aspectPlugin()
      Returns:
      AopEngine