public abstract class AbstractDeployer
extends java.lang.Object
| Constructor and Description |
|---|
AbstractDeployer(java.lang.String compositeNamespace,
java.lang.String compositeName,
java.io.File buildDirectory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deploy(org.fabric3.plugin.api.runtime.PluginRuntime runtime,
java.lang.String errorText) |
protected abstract void |
logError(java.lang.String message) |
public AbstractDeployer(java.lang.String compositeNamespace,
java.lang.String compositeName,
java.io.File buildDirectory)
public boolean deploy(org.fabric3.plugin.api.runtime.PluginRuntime runtime,
java.lang.String errorText)
throws Fabric3PluginException
Fabric3PluginExceptionprotected abstract void logError(java.lang.String message)