com.aelitis.azureus.core.content
Class AzureusPlatformContentDirectory

java.lang.Object
  extended by com.aelitis.azureus.core.content.AzureusPlatformContentDirectory
All Implemented Interfaces:
AzureusContentDirectory

public class AzureusPlatformContentDirectory
extends Object
implements AzureusContentDirectory

Used in UPnP for something


Field Summary
 
Fields inherited from interface com.aelitis.azureus.core.content.AzureusContentDirectory
AT_BTIH, AT_FILE_INDEX
 
Constructor Summary
AzureusPlatformContentDirectory()
           
 
Method Summary
 void addListener(AzureusContentDirectoryListener listener)
           
static void fireCatsChanged(AzureusContentFile acf)
           
static void fireTagsChanged(AzureusContentFile acf)
           
protected  long getETA(DiskManagerFileInfo file)
           
 AzureusContent lookupContent(Map attributes)
           
 AzureusContentDownload lookupContentDownload(Map attributes)
           
 AzureusContentFile lookupContentFile(Map attributes)
           
static void register()
           
 void removeListener(AzureusContentDirectoryListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AzureusPlatformContentDirectory

public AzureusPlatformContentDirectory()
Method Detail

register

public static void register()

lookupContent

public AzureusContent lookupContent(Map attributes)
Specified by:
lookupContent in interface AzureusContentDirectory

lookupContentDownload

public AzureusContentDownload lookupContentDownload(Map attributes)
Specified by:
lookupContentDownload in interface AzureusContentDirectory

lookupContentFile

public AzureusContentFile lookupContentFile(Map attributes)
Specified by:
lookupContentFile in interface AzureusContentDirectory

getETA

protected long getETA(DiskManagerFileInfo file)

fireCatsChanged

public static void fireCatsChanged(AzureusContentFile acf)

fireTagsChanged

public static void fireTagsChanged(AzureusContentFile acf)

addListener

public void addListener(AzureusContentDirectoryListener listener)
Specified by:
addListener in interface AzureusContentDirectory

removeListener

public void removeListener(AzureusContentDirectoryListener listener)
Specified by:
removeListener in interface AzureusContentDirectory