Class Expand7zipArchive

    • Constructor Detail

      • Expand7zipArchive

        public Expand7zipArchive()
    • 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.
      • getSourceName

        public java.lang.String getSourceName()
      • setSourceName

        public void setSourceName​(java.lang.String SourceName)
      • getSourcePath

        public java.lang.String getSourcePath()
      • setSourcePath

        public void setSourcePath​(java.lang.String SourcePath)
      • getExistingFilePath

        public java.lang.String getExistingFilePath()
      • setExistingFilePath

        public void setExistingFilePath​(java.lang.String ExistingFilePath)
      • getShouldUninstall

        public boolean getShouldUninstall()
      • setShouldUninstall

        public void setShouldUninstall​(boolean ShouldUninstall)
      • getSizeOfArchive

        public long getSizeOfArchive()
      • setSizeOfArchive

        public void setSizeOfArchive​(long SizeOfArchive)
      • getDestinationName

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

        public void setDestinationName​(java.lang.String DestinationName)
        The destination where 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.