Interface Configuration


  • public interface Configuration
    Represents a configuration for the embedded server.
    Author:
    James R. Perkins
    • 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