IcePatch::File

Overview

interface File

The base interface for files and directories.

Derived Classes and Interfaces

Directory, Regular

Operation Index

describe

Obtain a description of the file or directory.

getSliceChecksums

Returns the checksums for the IcePatch Slice definitions.

describe

FileDesc describe()
    throws
	FileAccessException,
	BusyException;

Obtain a description of the file or directory.

Return Value

The description, which can be downcast to RegularDesc or DirectoryDesc.

Exceptions

FileAccessException

Raised if the file or directory cannot be accessed.

BusyException

Raised if the server is busy.

getSliceChecksums

::Ice::SliceChecksumDict getSliceChecksums();

Returns the checksums for the IcePatch Slice definitions.

Return Value

A dictionary mapping Slice type ids to their checksums.