com.aelitis.azureus.core.drivedetector
Interface DriveDetectedInfo

All Known Implementing Classes:
DriveDetectedInfoImpl

public interface DriveDetectedInfo

Author:
TuxPaper

Method Summary
 Object getInfo(String key)
           
 Map<String,Object> getInfoMap()
           
 File getLocation()
           
 

Method Detail

getLocation

File getLocation()

getInfo

Object getInfo(String key)

getInfoMap

Map<String,Object> getInfoMap()