eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'Archiver::CompressedTarArchive':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: CompressedTarArchive (private in Archiver

This class is only visible from within Archiver.

Inheritance:

   Object
   |
   +--Archiver
      |
      +--Archiver::CompressedTarArchive
         |
         +--Archiver::TarBZ2Archive
         |
         +--Archiver::TarGZipArchive

Package:
stx:libbasic2
Category:
System-Support-FileFormats
Owner:
Archiver

Class protocol:

queries
o  canAddFiles
can do if my decompressed archive can

o  canRemoveFiles
can do if my decompressed archive can

o  canViewFile
can do if my decompressed archive can

o  compressorClass

** This method must be redefined in concrete classes (subclassResponsibility) **

o  isAbstract
Return if this class is an abstract class.
True is returned here for myself only; false for subclasses.
Abstract subclasses must redefine this again.


Instance protocol:

accessing
o  fileName: aFile
unzip file in tempDirectory and do all the things with tar file

actions
o  addFilesToArchive: colOfFiles
synchronize the tar archive under temporary file with archiv file position

o  extractFiles: aColOfFiles to: aDirectory

o  extractFiles: aColOfFiles withoutDirectoryTo: aDirectory

o  listFiles: aColOfFiles
(comment from inherited method)
no list command configured/found.

o  removeFilesFromArchive: aColOfFiles

actions private
o  setCommandOptions

o  synchronize

** This method must be redefined in concrete classes (subclassResponsibility) **

columns
o  columns

o  isValidOutputLine: line
(comment from inherited method)
return true, if line contains a valid list-files output line

initialization & release
o  release



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 20 May 2024 02:38:27 GMT