org.rhq.enterprise.server.bundle
Class RecipeParseResults

java.lang.Object
  extended by org.rhq.enterprise.server.bundle.RecipeParseResults

public class RecipeParseResults
extends Object

This class is general to all Bundle handling server side plugins. It is returned by the SSP when parsing a bundle's recipe and contains all of the information neded to create a bundle version.

Author:
Jay Shaughnessy, John Mazzitelli

Constructor Summary
RecipeParseResults(DeploymentProperties bundleMetadata, ConfigurationDefinition configDef, Set<String> bundleFileNames)
           
 
Method Summary
 Set<String> getBundleFileNames()
           
 DeploymentProperties getBundleMetadata()
           
 ConfigurationDefinition getConfigurationDefinition()
           
 void setBundleFiles(Set<String> bundleFileNames)
           
 void setBundleMetadata(DeploymentProperties bundleMetadata)
           
 void setConfigurationDefinition(ConfigurationDefinition configDef)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecipeParseResults

public RecipeParseResults(DeploymentProperties bundleMetadata,
                          ConfigurationDefinition configDef,
                          Set<String> bundleFileNames)
Method Detail

getBundleMetadata

public DeploymentProperties getBundleMetadata()

setBundleMetadata

public void setBundleMetadata(DeploymentProperties bundleMetadata)

getConfigurationDefinition

public ConfigurationDefinition getConfigurationDefinition()

setConfigurationDefinition

public void setConfigurationDefinition(ConfigurationDefinition configDef)

getBundleFileNames

public Set<String> getBundleFileNames()

setBundleFiles

public void setBundleFiles(Set<String> bundleFileNames)


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