com.aelitis.azureus.core.vuzefile
Class VuzeFileImpl.comp

java.lang.Object
  extended by com.aelitis.azureus.core.vuzefile.VuzeFileImpl.comp
All Implemented Interfaces:
VuzeFileComponent
Enclosing class:
VuzeFileImpl

protected static class VuzeFileImpl.comp
extends Object
implements VuzeFileComponent


Field Summary
 
Fields inherited from interface com.aelitis.azureus.core.vuzefile.VuzeFileComponent
COMP_TYPE_ADD_TORRENT, COMP_TYPE_CONFIG_SETTINGS, COMP_TYPE_CONTENT_NETWORK, COMP_TYPE_CUSTOMIZATION, COMP_TYPE_DEVICE, COMP_TYPE_METASEARCH_OPERATION, COMP_TYPE_METASEARCH_TEMPLATE, COMP_TYPE_NONE, COMP_TYPE_PLUGIN, COMP_TYPE_SUBSCRIPTION, COMP_TYPE_SUBSCRIPTION_SINGLETON, COMP_TYPE_V3_CONDITION_CHECK, COMP_TYPE_V3_NAVIGATION
 
Constructor Summary
protected VuzeFileImpl.comp(int _type, Map _contents)
           
 
Method Summary
 Map getContent()
           
 Object getData(Object key)
           
 int getType()
           
 String getTypeName()
           
 boolean isProcessed()
           
 void setData(Object key, Object value)
           
 void setProcessed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VuzeFileImpl.comp

protected VuzeFileImpl.comp(int _type,
                            Map _contents)
Method Detail

getType

public int getType()
Specified by:
getType in interface VuzeFileComponent

getTypeName

public String getTypeName()
Specified by:
getTypeName in interface VuzeFileComponent

getContent

public Map getContent()
Specified by:
getContent in interface VuzeFileComponent

setProcessed

public void setProcessed()
Specified by:
setProcessed in interface VuzeFileComponent

isProcessed

public boolean isProcessed()
Specified by:
isProcessed in interface VuzeFileComponent

setData

public void setData(Object key,
                    Object value)
Specified by:
setData in interface VuzeFileComponent

getData

public Object getData(Object key)
Specified by:
getData in interface VuzeFileComponent