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

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

Uses of MountPoint in com.tuneology.avm.drive
 

Methods in com.tuneology.avm.drive that return MountPoint
static MountPoint Drive.findMountPointByDevice(java.lang.String dev)
           
 MountPoint[] Drive.getMountPoints()
          Returns the mount point.
static MountPoint Drive.getMountPoint(java.lang.String path)
          Returns the mount point corresponding to the path If there are nested mount points, this will return the deepest nested point.
 MountPoint[] CDDrive.getMountPoints()
          Returns the mount points.
 MountPoint DriveEntry.getDataTrack()
           
 MountPoint[] DriveEntry.getMountPoints()
           
 MountPoint DriveEntry.getAudioTracks()