Uses of Class
org.apache.aries.application.modelling.ResourceType

Packages that use ResourceType
org.apache.aries.application.modelling   
 

Uses of ResourceType in org.apache.aries.application.modelling
 

Methods in org.apache.aries.application.modelling that return ResourceType
 ResourceType Provider.getType()
          Get resource type.
 ResourceType ModelledResource.getType()
          The resource type, mainly BUNDLE or other special bundle.
 ResourceType Consumer.getType()
          Return the resource type
static ResourceType ResourceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResourceType[] ResourceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.aries.application.modelling with parameters of type ResourceType
 ModelledResource ModellingManager.getModelledResource(String fileURI, Attributes bundleAttributes, ExportedBundle exportedBundle, ResourceType resourceType, Collection<ImportedService> importedServices, Collection<ExportedService> exportedServices)
           
 



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