Home | Trees | Index | Help |
|
---|
Package CedarBackup2 :: Module writer |
|
Author: Kenneth J. Pronovici <pronovic@ieee.org>
Classes | |
---|---|
MediaDefinition |
Class encapsulating information about media definitions. |
MediaCapacity |
Class encapsulating information about media capacity. |
CdWriter |
Class representing a device that knows how to write CD media. |
Function Summary | |
---|---|
Validates a SCSI id string. | |
Validates a drive speed value. | |
Validates configured device. |
Variable Summary | |
---|---|
int |
MEDIA_CDRW_74 : Constant representing 74-minute CD-RW media. |
int |
MEDIA_CDR_74 : Constant representing 74-minute CD-R media. |
int |
MEDIA_CDRW_80 : Constant representing 80-minute CD-RW media. |
int |
MEDIA_CDR_80 : Constant representing 80-minute CD-R media. |
Function Details |
---|
validateScsiId(scsiId)Validates a SCSI id string. SCSI id must be a string in the form[ATA:|ATAPI:]scsibus,target,lun . For Mac OS X (Darwin), we
also accept the form IO.*Services[/N] .
|
validateDriveSpeed(driveSpeed)Validates a drive speed value. Drive speed must be an integer which is >= 1.
|
_validateDevice(device, unittest=False)Validates configured device. The device must be an absolute path, must exist, and must be writable. The unittest flag turns off validation of the device on disk.
|
Variable Details |
---|
MEDIA_CDRW_74Constant representing 74-minute CD-RW media.
|
MEDIA_CDR_74Constant representing 74-minute CD-R media.
|
MEDIA_CDRW_80Constant representing 80-minute CD-RW media.
|
MEDIA_CDR_80Constant representing 80-minute CD-R media.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Dec 22 20:45:15 2005 | http://epydoc.sf.net |