com.aelitis.azureus.core.devices
Interface DeviceContentDirectory

All Superinterfaces:
Device
All Known Implementing Classes:
DeviceContentDirectoryImpl

public interface DeviceContentDirectory
extends Device


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.aelitis.azureus.core.devices.Device
Device.browseLocation
 
Field Summary
 
Fields inherited from interface com.aelitis.azureus.core.devices.Device
DT_CONTENT_DIRECTORY, DT_INTERNET, DT_INTERNET_GATEWAY, DT_MEDIA_RENDERER, DT_OFFLINE_DOWNLOADER, DT_UNKNOWN
 
Method Summary
 java.util.List<java.net.URL> getControlURLs()
           
 void setPreferredControlURL(java.net.URL url)
           
 
Methods inherited from interface com.aelitis.azureus.core.devices.Device
addListener, alive, canRemove, getAddress, getBrowseLocations, getClassification, getDirectTranscodeProfiles, getDisplayProperties, getError, getID, getImageID, getInfo, getName, getShortDescription, getStatus, getString, getTransientProperty, getType, getVuzeFile, getWikiURL, isAlive, isBrowsable, isBusy, isExportable, isGenericUSB, isHidden, isLivenessDetectable, isManual, isNameAutomatic, isTagged, remove, removeListener, requestAttention, setAddress, setCanRemove, setExportable, setGenericUSB, setHidden, setImageID, setName, setTagged, setTransientProperty
 

Method Detail

getControlURLs

java.util.List<java.net.URL> getControlURLs()

setPreferredControlURL

void setPreferredControlURL(java.net.URL url)