org.apache.felix.bundlerepository
Class CapabilityImpl

java.lang.Object
  extended by org.apache.felix.bundlerepository.CapabilityImpl
All Implemented Interfaces:
Capability

public class CapabilityImpl
extends Object
implements Capability


Constructor Summary
CapabilityImpl()
           
 
Method Summary
protected  void addP(PropertyImpl prop)
           
 String getName()
           
 Map getProperties()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CapabilityImpl

public CapabilityImpl()
Method Detail

getName

public String getName()
Specified by:
getName in interface Capability

setName

public void setName(String name)

getProperties

public Map getProperties()
Specified by:
getProperties in interface Capability

addP

protected void addP(PropertyImpl prop)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.