Uses of Class
com.tuneology.avm.drive.DriveEntry

Packages that use DriveEntry
com.tuneology.avm.drive An API for accessing disc drives. 
 

Uses of DriveEntry in com.tuneology.avm.drive
 

Fields in com.tuneology.avm.drive declared as DriveEntry
protected  DriveEntry Drive.ent
           
 

Methods in com.tuneology.avm.drive that return DriveEntry
 DriveEntry Drive.getEntry()
           
static DriveEntry Drive.findDriveByDevice(java.lang.String dev)
           
static DriveEntry Drive.findDriveByScsiId(java.lang.String id)
           
static DriveEntry[] Drive.getDriveList()
          Returns a list of drives present on the computer.
static DriveEntry Drive.getDefaultCDROM()
          Returns the first CD-ROM capable device in the drive list.
 DriveEntry MountPoint.getDriveEntry()
           
 

Methods in com.tuneology.avm.drive with parameters of type DriveEntry
static Drive Drive.getDrive(DriveEntry ent)
          Returns a new Drive object for the specified drive.
 boolean DriveEntry.equals(DriveEntry ent)
           
 

Constructors in com.tuneology.avm.drive with parameters of type DriveEntry
Drive(DriveEntry ent)