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 UnknownRecipeException, Exception
parseRecipe in interface BundleServerPluginFacetUnknownRecipeExceptionExceptionpublic BundleDistributionInfo processBundleDistributionFile(File distributionFile) throws UnknownRecipeException, Exception
processBundleDistributionFile in interface BundleServerPluginFacetUnknownRecipeExceptionExceptionCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.