org.rhq.enterprise.server.plugins.ant
Class AntBundleServerPluginComponent
java.lang.Object
org.rhq.enterprise.server.plugins.ant.AntBundleServerPluginComponent
- All Implemented Interfaces:
- BundleServerPluginFacet, ServerPluginComponent
public class AntBundleServerPluginComponent
- extends Object
- implements ServerPluginComponent, BundleServerPluginFacet
A bundle server-side plugin component that the server uses to process Ant-based bundles.
- Author:
- John Mazzitelli
AntBundleServerPluginComponent
public AntBundleServerPluginComponent()
initialize
public void initialize(ServerPluginContext context)
throws Exception
- Specified by:
initialize in interface ServerPluginComponent
- Throws:
Exception
start
public void start()
- Specified by:
start in interface ServerPluginComponent
stop
public void stop()
- Specified by:
stop in interface ServerPluginComponent
shutdown
public void shutdown()
- Specified by:
shutdown in interface ServerPluginComponent
parseRecipe
public RecipeParseResults parseRecipe(String recipe)
throws UnknownRecipeException,
Exception
- Specified by:
parseRecipe in interface BundleServerPluginFacet
- Throws:
UnknownRecipeException
Exception
processBundleDistributionFile
public BundleDistributionInfo processBundleDistributionFile(File distributionFile)
throws UnknownRecipeException,
Exception
- Specified by:
processBundleDistributionFile in interface BundleServerPluginFacet
- Throws:
UnknownRecipeException
Exception
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.