Configuration.Builder |
Configuration.Builder.addCommandArgument(String arg) |
Adds a command argument.
|
Configuration.Builder |
Configuration.Builder.addCommandArguments(String... args) |
Adds the arguments to the command line arguments,
|
Configuration.Builder |
Configuration.Builder.addSystemPackage(String systemPackage) |
Adds a system package for the module loader.
|
Configuration.Builder |
Configuration.Builder.addSystemPackages(String... systemPackages) |
Adds the system packages for the module loader.
|
static Configuration.Builder |
Configuration.Builder.of(File jbossHome) |
Creates a new builder for the configuration.
|
static Configuration.Builder |
Configuration.Builder.of(Path jbossHome) |
Creates a new builder for the configuration.
|
Configuration.Builder |
Configuration.Builder.setCommandArguments(String... args) |
Sets the command line arguments replacing any previously set arguments.
|
Configuration.Builder |
Configuration.Builder.setLoggerHint(Configuration.LoggerHint loggerHint) |
Sets a hint for the JBoss Logging facade on which log manager the loggers so delegate to.
|
Configuration.Builder |
Configuration.Builder.setModuleLoader(org.jboss.modules.ModuleLoader moduleLoader) |
Sets the module loader.
|
Configuration.Builder |
Configuration.Builder.setModulePath(String modulePath) |
Sets the path to the modules for the server.
|
Configuration.Builder |
Configuration.Builder.setSystemPackages(String... systemPackages) |
Sets the system packages for the module loader.
|