Class PerformXSLTransformInArchive
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.InstallableObject
-
- com.zerog.ia.auto.project.actions.Action
-
- com.zerog.ia.auto.project.actions.PerformXSLTransform
-
- com.zerog.ia.auto.project.actions.PerformXSLTransformInArchive
-
- All Implemented Interfaces:
DBHostable
,GeneralAction
,JEEHostable
,OSHostable
,Referenceable
public final class PerformXSLTransformInArchive extends PerformXSLTransform
Allows developers to perform Extensible Stylesheet Language transformations in an archive. This is quite useful for configuring web applications in WAR, EAR, and JAR files.
In this action, different from the PerformXSLTransform action, the outputType property does NOT support the XSLTOutputFileType.ORIGINAL_FILE value.
-
-
Constructor Summary
Constructors Constructor Description PerformXSLTransformInArchive()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getEntryPath()
The path to the file in the archive to transform.void
setEntryPath(java.lang.String entryPath)
The path to the file in the archive to transform.-
Methods inherited from class com.zerog.ia.auto.project.actions.PerformXSLTransform
getExistingFileInput, getInputFileType, getInstalledFileInput, getOutputFilePath, getOutputFileType, getOutputVariable, getPredefinedTransfPath, getTransformationExistingFile, getTransformationFileType, getTransformationInstalledFile, setExistingFileInput, setInputFileType, setInstalledFileInput, setOutputFilePath, setOutputFileType, setOutputVariable, setPredefinedTransfPath, setTransformationExistingFile, setTransformationFileType, setTransformationInstalledFile
-
Methods inherited from class com.zerog.ia.auto.project.InstallableObject
getBelongsToUninstallPhase, getRollbackEnabledCancel, getRollbackEnabledError, getRuleExpression, getRules, getRulesLogicalOperation, getTagsInInstallPiece, setBelongsToUninstallPhase, setRollbackEnabledCancel, setRollbackEnabledError, setRuleExpression, setRulesLogicalOperation, setTagsInInstallPiece
-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-