public class Bootstrap
extends java.lang.Object
| Constructor and Description |
|---|
Bootstrap() |
| Modifier and Type | Method and Description |
|---|---|
static Fabric |
initialize()
Bootstraps the fabric interface using the default configuration.
|
static Fabric |
initialize(java.net.URL url)
Bootstraps the fabric interface using the provided configuration.
|
public static Fabric initialize() throws FabricException
FabricException - if an exception occurs during bootstrappublic static Fabric initialize(java.net.URL url) throws FabricException
url - the system configurationFabricException - if an exception occurs during bootstrap