public class AntBundleServerPluginComponent extends Object implements ServerPluginComponent, BundleServerPluginFacet
| Constructor and Description |
|---|
AntBundleServerPluginComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(ServerPluginContext context) |
RecipeParseResults |
parseRecipe(String recipe) |
BundleDistributionInfo |
processBundleDistributionFile(File distributionFile) |
void |
shutdown() |
void |
start() |
void |
stop() |
String |
toString() |
public 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 ServerPluginComponentpublic RecipeParseResults parseRecipe(String recipe) throws Exception
parseRecipe in interface BundleServerPluginFacetExceptionpublic BundleDistributionInfo processBundleDistributionFile(File distributionFile) throws Exception
processBundleDistributionFile in interface BundleServerPluginFacetExceptionCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.