public class WfInstallPlugin
extends org.jboss.galleon.plugin.ProvisioningPluginWithOptions
implements org.jboss.galleon.plugin.InstallPlugin
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.galleon.plugin.PluginOption |
OPTION_DUMP_CONFIG_SCRIPTS |
| Constructor and Description |
|---|
WfInstallPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExampleConfigs(org.jboss.galleon.runtime.FeaturePackRuntime fp,
ExampleFpConfigs exampleConfigs) |
void |
copyArtifact(CopyArtifact copyArtifact,
org.jboss.galleon.runtime.PackageRuntime pkg) |
void |
copyPath(Path relativeTo,
CopyPath copyPath) |
void |
deletePath(DeletePath deletePath) |
org.jboss.galleon.runtime.ProvisioningRuntime |
getRuntime() |
DocumentBuilderFactory |
getXmlDocumentBuilderFactory() |
Transformer |
getXslTransformer(Path p) |
protected List<org.jboss.galleon.plugin.PluginOption> |
initPluginOptions() |
void |
postInstall(org.jboss.galleon.runtime.ProvisioningRuntime runtime) |
void |
xslTransform(org.jboss.galleon.runtime.PackageRuntime pkg,
XslTransform xslt) |
public static final org.jboss.galleon.plugin.PluginOption OPTION_DUMP_CONFIG_SCRIPTS
protected List<org.jboss.galleon.plugin.PluginOption> initPluginOptions()
initPluginOptions in class org.jboss.galleon.plugin.ProvisioningPluginWithOptionspublic org.jboss.galleon.runtime.ProvisioningRuntime getRuntime()
public void postInstall(org.jboss.galleon.runtime.ProvisioningRuntime runtime)
throws org.jboss.galleon.ProvisioningException
postInstall in interface org.jboss.galleon.plugin.InstallPluginorg.jboss.galleon.ProvisioningExceptionpublic void xslTransform(org.jboss.galleon.runtime.PackageRuntime pkg,
XslTransform xslt)
throws org.jboss.galleon.ProvisioningException
org.jboss.galleon.ProvisioningExceptionpublic DocumentBuilderFactory getXmlDocumentBuilderFactory()
public Transformer getXslTransformer(Path p) throws org.jboss.galleon.ProvisioningException
org.jboss.galleon.ProvisioningExceptionpublic void addExampleConfigs(org.jboss.galleon.runtime.FeaturePackRuntime fp,
ExampleFpConfigs exampleConfigs)
throws org.jboss.galleon.ProvisioningDescriptionException
org.jboss.galleon.ProvisioningDescriptionExceptionpublic void copyArtifact(CopyArtifact copyArtifact, org.jboss.galleon.runtime.PackageRuntime pkg) throws org.jboss.galleon.ProvisioningException, org.jboss.galleon.ArtifactException
org.jboss.galleon.ProvisioningExceptionorg.jboss.galleon.ArtifactExceptionpublic void copyPath(Path relativeTo, CopyPath copyPath) throws org.jboss.galleon.ProvisioningException
org.jboss.galleon.ProvisioningExceptionpublic void deletePath(DeletePath deletePath) throws org.jboss.galleon.ProvisioningException
org.jboss.galleon.ProvisioningExceptionCopyright © 2016–2018 JBoss by Red Hat. All rights reserved.