Class ExampleFpConfigs
- java.lang.Object
-
- org.wildfly.galleon.plugin.config.ExampleFpConfigs
-
- All Implemented Interfaces:
WildFlyPackageTask
public class ExampleFpConfigs extends java.lang.Object implements WildFlyPackageTask
This is hopefully a temporary class which represents configs from a feature-pack that should be provisioned and copied to the docs/examples/configs.- Author:
- Alexey Loubyansky
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.wildfly.galleon.plugin.WildFlyPackageTask
WildFlyPackageTask.Phase
-
-
Constructor Summary
Constructors Constructor Description ExampleFpConfigs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAll(ExampleFpConfigs exampleConfigs)voidaddConfig(org.jboss.galleon.config.ConfigModel config)voidexecute(WfInstallPlugin plugin, org.jboss.galleon.runtime.PackageRuntime pkg)java.util.Map<org.jboss.galleon.config.ConfigId,org.jboss.galleon.config.ConfigModel>getConfigs()java.lang.StringgetOrigin()voidsetOrigin(java.lang.String origin)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.galleon.plugin.WildFlyPackageTask
getPhase
-
-
-
-
Method Detail
-
addConfig
public void addConfig(org.jboss.galleon.config.ConfigModel config)
-
setOrigin
public void setOrigin(java.lang.String origin)
-
getOrigin
public java.lang.String getOrigin()
-
getConfigs
public java.util.Map<org.jboss.galleon.config.ConfigId,org.jboss.galleon.config.ConfigModel> getConfigs()
-
addAll
public void addAll(ExampleFpConfigs exampleConfigs)
-
execute
public void execute(WfInstallPlugin plugin, org.jboss.galleon.runtime.PackageRuntime pkg) throws org.jboss.galleon.ProvisioningException
- Specified by:
executein interfaceWildFlyPackageTask- Throws:
org.jboss.galleon.ProvisioningException
-
-