org.apache.aries.application.modelling
Interface ModelledResourceManager


public interface ModelledResourceManager


Method Summary
 ModelledResource getModelledResource(String uri, IDirectory bundle)
          Obtain a ModelledResource object
 ParsedServiceElements getServiceElements(IDirectory archive)
           
 

Method Detail

getModelledResource

ModelledResource getModelledResource(String uri,
                                     IDirectory bundle)
                                     throws ModellerException
Obtain a ModelledResource object

Parameters:
uri - the file uri
bundle - the bundle file
Returns:
the modelled resource.
Throws:
ModellerException

getServiceElements

ParsedServiceElements getServiceElements(IDirectory archive)
                                         throws ModellerException
Throws:
ModellerException


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