Uses of Class
org.rhq.core.util.updater.DeploymentProperties

Packages that use DeploymentProperties
org.rhq.core.util.updater   
 

Uses of DeploymentProperties in org.rhq.core.util.updater
 

Methods in org.rhq.core.util.updater that return DeploymentProperties
 DeploymentProperties DeploymentsMetadata.getCurrentDeploymentProperties()
          Returns information about the current deployment.
 DeploymentProperties DeploymentsMetadata.getDeploymentProperties(int deploymentId)
          Returns information about the deployment with the given ID.
 DeploymentProperties DeploymentData.getDeploymentProps()
           
 DeploymentProperties DeploymentsMetadata.getPreviousDeploymentProperties(int deploymentId)
          Returns information about the previous deployment given a specific deployment ID.
static DeploymentProperties DeploymentProperties.loadFromFile(File file)
           
 

Methods in org.rhq.core.util.updater with parameters of type DeploymentProperties
 void DeploymentsMetadata.setCurrentDeployment(DeploymentProperties deploymentProps, FileHashcodeMap fileHashcodeMap, boolean rememberPrevious)
          Call this when you already know the properties, and files/hashcodes for the current live deployment.
 FileHashcodeMap DeploymentsMetadata.snapshotLiveDeployment(DeploymentProperties deploymentProps, Pattern ignoreRegex, Set<String> ignored)
          Looks at the live deployment and takes a snapshot of it and stores its metadata in its appropriate deployment metadata directory.
 

Constructors in org.rhq.core.util.updater with parameters of type DeploymentProperties
DeploymentData(DeploymentProperties deploymentProps, Set<File> zipFiles, Map<File,File> rawFiles, File sourceDir, File destinationDir, Map<File,Pattern> zipEntriesToRealizeRegex, Set<File> rawFilesToRealize, TemplateEngine templateEngine, Pattern ignoreRegex, boolean manageRootDir, Map<File,Boolean> zipsExploded)
          Constructors that prepares this object with the data that is necessary in order to deploy archive/file content a destination directory.
 



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