org.gudy.azureus2.pluginsimpl.local.update
Class UpdatableComponentImpl

java.lang.Object
  extended by org.gudy.azureus2.pluginsimpl.local.update.UpdatableComponentImpl

public class UpdatableComponentImpl
extends java.lang.Object


Field Summary
protected  UpdatableComponent comp
           
protected  boolean mandatory
           
 
Constructor Summary
protected UpdatableComponentImpl(UpdatableComponent _comp, boolean _mandatory)
           
 
Method Summary
protected  UpdatableComponent getComponent()
           
protected  boolean isMandatory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

comp

protected UpdatableComponent comp

mandatory

protected boolean mandatory
Constructor Detail

UpdatableComponentImpl

protected UpdatableComponentImpl(UpdatableComponent _comp,
                                 boolean _mandatory)
Method Detail

getComponent

protected UpdatableComponent getComponent()

isMandatory

protected boolean isMandatory()