public interface RuntimeBuilder
| Modifier and Type | Method and Description |
|---|---|
GlassFishRuntime |
build(BootstrapProperties options)
Builds a custom GlassFishRuntime with the supplied bootstrap options
|
boolean |
handles(BootstrapProperties options)
Returns true if this RuntimeBuilder is capable of creating a GlassFishRuntime
for the supplied BootstrapProperties
|
GlassFishRuntime build(BootstrapProperties options) throws GlassFishException
options - GlassFishExceptionboolean handles(BootstrapProperties options)
options - Copyright © 2019. All rights reserved.