EmbeddedFileSystem.Builder |
EmbeddedFileSystem.Builder.autoDelete(boolean b) |
Sets the auto delete flag.
|
EmbeddedFileSystem.Builder |
EmbeddedFileSystem.Builder.configurationFile(File f) |
Sets the location of the read-only domain.xml configuration file.
|
EmbeddedFileSystem.Builder |
EmbeddedFileSystem.Builder.configurationFile(File f,
boolean readOnly) |
Sets the location of the domain.xml configuration file.
|
EmbeddedFileSystem.Builder |
EmbeddedFileSystem.Builder.installRoot(File f) |
Sets the installation directory, using the installation module directory content
as the application server classpath.
|
EmbeddedFileSystem.Builder |
EmbeddedFileSystem.Builder.installRoot(File f,
boolean cookedMode) |
Sets the installation directory and direct whether or not to use the installation's
module directory content in the embedded server classpath.
|
EmbeddedFileSystem.Builder |
EmbeddedFileSystem.Builder.instanceRoot(File f) |
Sets the location of the domain directory used to load this instance of the
embedded server.
|