org.mmbase.framework
Class VirtualComponent

java.lang.Object
  extended by org.mmbase.framework.VirtualComponent

public class VirtualComponent
extends Object

A Virtual Component is a component which is only mentioned as a dependency of another Component. See Component.getUnsatisfiedDependencies().

Since:
MMBase-1.9
Version:
$Id: VirtualComponent.java 34936 2009-05-04 14:41:51Z michiel $
Author:
Michiel Meeuwissen

Constructor Summary
VirtualComponent(String name, float v)
           
 
Method Summary
 String getName()
           
 float getVersion()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VirtualComponent

public VirtualComponent(String name,
                        float v)
Method Detail

getName

public String getName()

getVersion

public float getVersion()

toString

public String toString()
Overrides:
toString in class Object


MMBase 2.0-SNAPSHOT - null