org.apache.felix.bundleplugin
Class BlueprintPlugin.Attribute
java.lang.Object
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>
BlueprintPlugin.Attribute
public BlueprintPlugin.Attribute(String name,
Map<String,String> properties)
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 © 2011 Apache Software Foundation. All Rights Reserved.