public class RecipeParseResults extends Object
| Constructor and Description |
|---|
RecipeParseResults(org.rhq.core.util.updater.DeploymentProperties bundleMetadata,
org.rhq.core.domain.configuration.definition.ConfigurationDefinition configDef,
Set<String> bundleFileNames) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getBundleFileNames()
The set of bundle files that make up the bundle (version) as specified in the recipe commands
As of RHQ 4.13 this can be null, which means that the bundle plugin is not able to deduce the
set of required bundle files from the recipe alone.
|
org.rhq.core.util.updater.DeploymentProperties |
getBundleMetadata()
information about the bundle, including name, version and description
|
org.rhq.core.domain.configuration.definition.ConfigurationDefinition |
getConfigurationDefinition()
The configuration definition parsed out of, or explicitly provided by, the recipe
|
void |
setBundleFiles(Set<String> bundleFileNames) |
void |
setBundleMetadata(org.rhq.core.util.updater.DeploymentProperties bundleMetadata) |
void |
setConfigurationDefinition(org.rhq.core.domain.configuration.definition.ConfigurationDefinition configDef) |
public org.rhq.core.util.updater.DeploymentProperties getBundleMetadata()
public void setBundleMetadata(org.rhq.core.util.updater.DeploymentProperties bundleMetadata)
public org.rhq.core.domain.configuration.definition.ConfigurationDefinition getConfigurationDefinition()
public void setConfigurationDefinition(org.rhq.core.domain.configuration.definition.ConfigurationDefinition configDef)
public Set<String> getBundleFileNames()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.