Uses of Class
org.glassfish.internal.embedded.EmbeddedFileSystem.Builder
Packages that use EmbeddedFileSystem.Builder
-
Uses of EmbeddedFileSystem.Builder in org.glassfish.internal.embedded
Methods in org.glassfish.internal.embedded that return EmbeddedFileSystem.BuilderModifier and TypeMethodDescriptionEmbeddedFileSystem.Builder.autoDelete(boolean b) Sets the auto delete flag.EmbeddedFileSystem.Builder.configurationFile(File f) Sets the location of the read-only domain.xml configuration file.EmbeddedFileSystem.Builder.configurationFile(File f, boolean readOnly) Sets the location of the domain.xml configuration file.EmbeddedFileSystem.Builder.installRoot(File f) Sets the installation directory, using the installation module directory content as the application server classpath.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.instanceRoot(File f) Sets the location of the domain directory used to load this instance of the embedded server.