com.aelitis.azureus.core.content
Interface AzureusContentDirectory

All Known Implementing Classes:
AzureusPlatformContentDirectory

public interface AzureusContentDirectory


Field Summary
static String AT_BTIH
           
static String AT_FILE_INDEX
           
 
Method Summary
 void addListener(AzureusContentDirectoryListener listener)
           
 AzureusContent lookupContent(Map attributes)
           
 AzureusContentDownload lookupContentDownload(Map attributes)
           
 AzureusContentFile lookupContentFile(Map attributes)
           
 void removeListener(AzureusContentDirectoryListener listener)
           
 

Field Detail

AT_BTIH

static final String AT_BTIH
See Also:
Constant Field Values

AT_FILE_INDEX

static final String AT_FILE_INDEX
See Also:
Constant Field Values
Method Detail

lookupContent

AzureusContent lookupContent(Map attributes)

lookupContentFile

AzureusContentFile lookupContentFile(Map attributes)

lookupContentDownload

AzureusContentDownload lookupContentDownload(Map attributes)

addListener

void addListener(AzureusContentDirectoryListener listener)

removeListener

void removeListener(AzureusContentDirectoryListener listener)