| Package | Description |
|---|---|
| org.rhq.core.util.updater |
| Modifier and Type | Method and Description |
|---|---|
TemplateEngine |
DeploymentData.getTemplateEngine() |
| Constructor and Description |
|---|
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)
Deprecated.
The
manageRootDir parameter is deprecated and this constructor should not be used. The need
for that parameter was superseded by the DeploymentProperties.getDestinationCompliance()
property. |
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,
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.
|
ExtractorZipFileVisitor(File rootDir,
Pattern filesToRealizeRegex,
TemplateEngine templateEngine,
Set<String> filesToNotExtract,
DeployDifferences diff,
boolean dryRun)
Creates the visitor.
|
InMemoryZipEntryRealizer(File zipFile,
TemplateEngine templateEngine)
This object will realize entries found in the given zip file using
replacement values provided by the given template engine.
|
InMemoryZipFileVisitor(Pattern filesToRealizeRegex,
TemplateEngine templateEngine)
Creates the visitor.
|
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.