org.apache.aries.application.modelling
Interface Provider

All Known Subinterfaces:
ExportedBundle, ExportedPackage, ExportedService

public interface Provider

Base interface to model a bundle, package or service


Method Summary
 Map<String,Object> getAttributes()
          ResourceType-dependent things.
 ResourceType getType()
          Get resource type.
 

Method Detail

getType

ResourceType getType()
Get resource type.

Returns:
The resource type.

getAttributes

Map<String,Object> getAttributes()
ResourceType-dependent things. See Capability.getProperties() Define constants for things like a service's list of interfaces, versions, etc



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.