Class ExpandArchive

  • All Implemented Interfaces:
    OSHostable, Referenceable

    public final class ExpandArchive
    extends Action
    implements OSHostable
    Expands a ZIP file (.zip, .jar, .war, .ear) or decodes a Mac Binary file (.bin) on the end user's system.
    • Constructor Detail

      • ExpandArchive

        public ExpandArchive()
    • Method Detail

      • getSourceFileType

        public FileType getSourceFileType()
        Whether the file to be expanded will be a bundled or existing one.
      • setSourceFileType

        public void setSourceFileType​(FileType sourceFileType)
        Whether the file to be expanded will be a bundled or existing one.
      • getExistingFile

        public java.lang.String getExistingFile()
        The existing file that will be expanded.
      • setExistingFile

        public void setExistingFile​(java.lang.String path)
        The existing file that will be expanded.
      • getDestinationName

        public java.lang.String getDestinationName()
        The dstination whete the file should be expanded to.
      • setDestinationName

        public void setDestinationName​(java.lang.String DestinationName)
        The dstination whete the file should be expanded to.
      • setInstalledFile

        public void setInstalledFile​(java.lang.String path)
        The bundled file that will be expanded.
      • getInstalledFile

        public java.lang.String getInstalledFile()
        The bundled file that will be expanded.