| Package | Description |
|---|---|
| de.skuzzle.tinyplugz |
This package contains the main public client API of
TinyPlugz. |
| de.skuzzle.tinyplugz.internal |
This package contains internal classes which are not meant to be directly
referenced by client code.
|
| Modifier and Type | Method and Description |
|---|---|
TinyPlugz |
TinyPlugzConfigurator.DeployTinyPlugz.createInstance()
Creates a new TinyPlugz instance using the configured values.
|
TinyPlugz |
TinyPlugzConfigurator.DefineProperties.deploy()
Finally deploys the
TinyPlugz instance using the configured
values. |
TinyPlugz |
TinyPlugzConfigurator.DeployTinyPlugz.deploy()
Finally deploys the
TinyPlugz instance using the configured
values. |
static TinyPlugz |
TinyPlugz.getInstance()
Gets the single TinyPlugz instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeployListener.initialized(TinyPlugz tinyPlugz,
Map<Object,Object> properties)
Notified when TinyPlugz has been deployed.
|
| Modifier and Type | Method and Description |
|---|---|
TinyPlugz |
TinyPlugzLookUp.getInstance(ClassLoader classLoader,
Map<Object,Object> props)
Creates a TinyPlugz instance, configuring it according to the given
properties.
|
abstract TinyPlugz |
TinyPlugzLookUp.getInstance(ClassLoader classLoader,
ServiceLoaderWrapper serviceLoader,
Map<Object,Object> props)
Creates a TinyPlugz instance, configuring it according to the given
properties.
|
Copyright © 2014–2015. All rights reserved.