IcePatch

Overview

module IcePatch

A patching service for software distributions. IcePatch automates updating of individual files as well as complete directory hierarchies. Only files that have changed are downloaded to the client machine, using efficient compression algorithms.

Class Index

DirectoryDesc

Descriptive information for a directory.

FileDesc

Descriptive information common to files and directories.

RegularDesc

Descriptive information for a regular file.

Interface Index

Directory

The interface for a directory.

File

The base interface for files and directories.

Regular

The interface for a regular file.

Exception Index

BusyException

This exception is raised when the server is busy performing housekeeping functions.

FileAccessException

This exception is raised if an error occurs while attempting to access a file or directory.

Sequence Index

FileDescSeq

A sequence of file descriptions.

FileDescSeq

sequence<FileDesc> FileDescSeq;

A sequence of file descriptions.