Package io.vertigo.core.node.config
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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BootConfigBuilder
builder()
Static method factory for NodeConfigBuilderAopPlugin
getAopPlugin()
List<CoreComponentConfig>
getComponentConfigs()
Optional<LogConfig>
getLogConfig()
boolean
isVerbose()
-
-
-
Method Detail
-
builder
public static BootConfigBuilder builder()
Static method factory for NodeConfigBuilder- Returns:
- NodeConfigBuilder
-
getComponentConfigs
public List<CoreComponentConfig> getComponentConfigs()
- Returns:
- the list of component-configs
-
isVerbose
public boolean isVerbose()
- Returns:
- if the startup is verbose
-
getAopPlugin
public AopPlugin getAopPlugin()
- Returns:
- AopEngine
-
-