Uses of Class
org.glassfish.internal.embedded.EmbeddedFileSystem
-
Packages that use EmbeddedFileSystem Package Description org.glassfish.internal.embedded -
-
Uses of EmbeddedFileSystem in org.glassfish.internal.embedded
Methods in org.glassfish.internal.embedded that return EmbeddedFileSystem Modifier and Type Method Description EmbeddedFileSystemEmbeddedFileSystem.Builder. build()Builds a configured embedded file system instance that can be used to configure an embedded server.EmbeddedFileSystemServer. getFileSystem()Returns the embedded file system used to run this embedded instance.Methods in org.glassfish.internal.embedded with parameters of type EmbeddedFileSystem Modifier and Type Method Description Server.BuilderServer.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.
-