Package org.wildfly.core.embedded
Interface Configuration
-
public interface ConfigurationRepresents a configuration for the embedded server.- Author:
- James R. Perkins
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConfiguration.BuilderA builder for creating the configurationstatic classConfiguration.LoggerHintHints which logger provider should be used.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]getCommandArguments()An array of boot arguments.PathgetJBossHome()The path to the servers directory.org.jboss.modules.ModuleLoadergetModuleLoader()The module loader to use.
-
-
-
Method Detail
-
getJBossHome
Path getJBossHome()
The path to the servers directory.- Returns:
- the servers directory
-
getModuleLoader
org.jboss.modules.ModuleLoader getModuleLoader()
The module loader to use.- Returns:
- the module loader
-
getCommandArguments
String[] getCommandArguments()
An array of boot arguments.- Returns:
- the boot arguments or an empty array
-
-