Class PerformXSLTransform

    • Constructor Detail

      • PerformXSLTransform

        public PerformXSLTransform()
    • Method Detail

      • setExistingFileInput

        public void setExistingFileInput​(java.lang.String existingFilePath)
        The existing file path the action should use as input. To use this option the inputFileType property should be set to FileTargetType.EXISTING.
      • getExistingFileInput

        public java.lang.String getExistingFileInput()
        The existing file path the action should use as input.
      • getTransformationInstalledFile

        public java.lang.String getTransformationInstalledFile()
        The path to the installed file which the action should use to transform.
      • setTransformationExistingFile

        public void setTransformationExistingFile​(java.lang.String filePath)
        The path to the existing file which the action should use to transform. The transformationFileType property should be set to XSLTransfFileType.EXISTING.
      • getTransformationExistingFile

        public java.lang.String getTransformationExistingFile()
        The path to the existing file which the action should use to transform.
      • setOutputFilePath

        public void setOutputFilePath​(java.lang.String filePath)
        The path of the new file to use as output. The outputType property should be set to XSLTOutputFileType.NEW_FILE.
      • getOutputFilePath

        public java.lang.String getOutputFilePath()
        The path of the new file to use as output.
      • getOutputVariable

        public java.lang.String getOutputVariable()
        The name of the InstallAnywhere variable to use as output.
      • setOutputVariable

        public void setOutputVariable​(java.lang.String variable)
        The name of the InstallAnywhere variable to use as output. The outputType property should be set to XSLTOutputFileType.IA_VARIABLE.
      • getInputFileType

        public FileType getInputFileType()
        The file target type to use.
      • getTransformationFileType

        public XSLTransfFileType getTransformationFileType()
        The transformation file type to use.
      • setTransformationFileType

        public void setTransformationFileType​(XSLTransfFileType type)
        The transformation file type to use.
      • getOutputFileType

        public XSLTOutputFileType getOutputFileType()
        The output type to use.
      • setOutputFileType

        public void setOutputFileType​(XSLTOutputFileType type)
        The output type to use.
      • setInstalledFileInput

        public void setInstalledFileInput​(FileAction file)
        The installed file the action should use as input. To use this option the inputFileType property should be set to FileTargetType.INSTALLED.
      • getInstalledFileInput

        public FileAction getInstalledFileInput()
        The installed file the action should use as input.
      • setPredefinedTransfPath

        public void setPredefinedTransfPath​(java.lang.String path)
        The path to the predefined transformation.
      • getPredefinedTransfPath

        public java.lang.String getPredefinedTransfPath()
        The path to the predefined transformation.