Uses of Class
org.rhq.core.template.TemplateEngine

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

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

Methods in org.rhq.core.util.updater that return TemplateEngine
 TemplateEngine DeploymentData.getTemplateEngine()
           
 

Constructors in org.rhq.core.util.updater with parameters of type TemplateEngine
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.
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-2012 Red Hat, Inc.. All Rights Reserved.