| Package | Description |
|---|---|
| org.glassfish.internal.embedded |
| Modifier and Type | Method and Description |
|---|---|
EmbeddedFileSystem |
EmbeddedFileSystem.Builder.build()
Builds a configured embedded file system instance that can be used to configure
an embedded server.
|
EmbeddedFileSystem |
Server.getFileSystem()
Returns the embedded file system used to run this embedded instance.
|
| Modifier and Type | Method and Description |
|---|---|
Server.Builder |
Server.Builder.embeddedFileSystem(EmbeddedFileSystem fileSystem)
Sets the embedded file system for the application server, used to locate
important files or directories used through the server lifetime.
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.