public class WildflyPatchBundleServerPluginComponent extends Object implements ServerPluginComponent, BundleServerPluginFacet
| Constructor and Description |
|---|
WildflyPatchBundleServerPluginComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(ServerPluginContext context) |
RecipeParseResults |
parseRecipe(String recipe) |
BundleDistributionInfo |
processBundleDistributionFile(File distributionFile) |
void |
shutdown() |
void |
start() |
void |
stop() |
public WildflyPatchBundleServerPluginComponent()
public RecipeParseResults parseRecipe(String recipe) throws UnknownRecipeException
parseRecipe in interface BundleServerPluginFacetUnknownRecipeExceptionpublic BundleDistributionInfo processBundleDistributionFile(File distributionFile) throws Exception
processBundleDistributionFile in interface BundleServerPluginFacetExceptionpublic void initialize(ServerPluginContext context) throws Exception
initialize in interface ServerPluginComponentExceptionpublic void start()
start in interface ServerPluginComponentpublic void stop()
stop in interface ServerPluginComponentpublic void shutdown()
shutdown in interface ServerPluginComponentCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.