Class StaticGlassFishRuntimeBuilder
- java.lang.Object
-
- com.sun.enterprise.glassfish.bootstrap.StaticGlassFishRuntimeBuilder
-
- All Implemented Interfaces:
RuntimeBuilder
public class StaticGlassFishRuntimeBuilder extends Object implements RuntimeBuilder
- Author:
- bhavanishankar@dev.java.net
-
-
Constructor Summary
Constructors Constructor Description StaticGlassFishRuntimeBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GlassFishRuntimebuild(BootstrapProperties bsProps)Builds a custom GlassFishRuntime with the supplied bootstrap optionsbooleanhandles(BootstrapProperties bsProps)Returns true if this RuntimeBuilder is capable of creating a GlassFishRuntime for the supplied BootstrapProperties
-
-
-
Method Detail
-
build
public GlassFishRuntime build(BootstrapProperties bsProps) throws GlassFishException
Description copied from interface:RuntimeBuilderBuilds a custom GlassFishRuntime with the supplied bootstrap options- Specified by:
buildin interfaceRuntimeBuilder- Returns:
- Throws:
GlassFishException
-
handles
public boolean handles(BootstrapProperties bsProps)
Description copied from interface:RuntimeBuilderReturns true if this RuntimeBuilder is capable of creating a GlassFishRuntime for the supplied BootstrapProperties- Specified by:
handlesin interfaceRuntimeBuilder- Returns:
-
-