public class BundleDistributionInfo extends Object
| Constructor and Description |
|---|
BundleDistributionInfo(String recipe,
RecipeParseResults recipeParseResults,
Map<String,File> bundleFiles) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,File> |
getBundleFiles()
If the bundle distribution file contained within it one or more bundle files that need
to be associated with the bundle version, this map will contain those files.
|
String |
getBundleTypeName() |
String |
getRecipe() |
RecipeParseResults |
getRecipeParseResults()
The information gleened from the recipe that was found in the bundle distribution file.
|
void |
setBundleTypeName(String bundleTypeName) |
public BundleDistributionInfo(String recipe, RecipeParseResults recipeParseResults, Map<String,File> bundleFiles)
public RecipeParseResults getRecipeParseResults()
public Map<String,File> getBundleFiles()
parse results). The values are files referencing
the bundle files' content - it is the job of the server side plugin to extract
the bundle files from the bundle distribution file and store them on the local file
system.public String getBundleTypeName()
public String getRecipe()
public void setBundleTypeName(String bundleTypeName)
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.