Uses of Class
org.rhq.enterprise.server.bundle.RecipeParseResults

Packages that use RecipeParseResults
org.rhq.enterprise.server.bundle   
org.rhq.enterprise.server.plugin.pc.bundle   
 

Uses of RecipeParseResults in org.rhq.enterprise.server.bundle
 

Methods in org.rhq.enterprise.server.bundle that return RecipeParseResults
 RecipeParseResults BundleDistributionInfo.getRecipeParseResults()
          The information gleened from the recipe that was found in the bundle distribution file.
 

Constructors in org.rhq.enterprise.server.bundle with parameters of type RecipeParseResults
BundleDistributionInfo(String recipe, RecipeParseResults recipeParseResults, Map<String,File> bundleFiles)
           
 

Uses of RecipeParseResults in org.rhq.enterprise.server.plugin.pc.bundle
 

Methods in org.rhq.enterprise.server.plugin.pc.bundle that return RecipeParseResults
 RecipeParseResults BundleServerPluginFacet.parseRecipe(String recipe)
          The server side plugin is being given a recipe which must be parsed.
 RecipeParseResults BundleServerPluginManager.parseRecipe(String bundleTypeName, String recipe)
          Given the name of a bundle type, this will parse the given recipe by asking the bundle plugin that can parse a recipe of that bundle type.
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.