org.apache.felix.bundleplugin
Class BlueprintPlugin.Attribute

java.lang.Object
  extended by org.apache.felix.bundleplugin.BlueprintPlugin.Attribute
All Implemented Interfaces:
Comparable<BlueprintPlugin.Attribute>
Enclosing class:
BlueprintPlugin

public static class BlueprintPlugin.Attribute
extends Object
implements Comparable<BlueprintPlugin.Attribute>


Constructor Summary
BlueprintPlugin.Attribute(String name, Map<String,String> properties)
           
 
Method Summary
 int compareTo(BlueprintPlugin.Attribute a)
           
 boolean equals(Object o)
           
 String getName()
           
 Map<String,String> getProperties()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlueprintPlugin.Attribute

public BlueprintPlugin.Attribute(String name,
                                 Map<String,String> properties)
Method Detail

getName

public String getName()

getProperties

public Map<String,String> getProperties()

compareTo

public int compareTo(BlueprintPlugin.Attribute a)
Specified by:
compareTo in interface Comparable<BlueprintPlugin.Attribute>

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.