aQute.lib.deployer.obr
Class Capability

java.lang.Object
  extended by aQute.lib.deployer.obr.Capability

public class Capability
extends Object


Nested Class Summary
static class Capability.Builder
           
 
Method Summary
 boolean equals(Object obj)
           
 Property findProperty(String propertyName)
           
 String getName()
           
 List<Property> getProperties()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()

getProperties

public List<Property> getProperties()

findProperty

public Property findProperty(String propertyName)

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012 aQute SARL. All Rights Reserved.