org.apache.aries.application.management.spi.repository
Interface PlatformRepository


public interface PlatformRepository

This interface allows one to find out information about configured bundle repositories


Method Summary
 Collection<URI> getPlatformRepositoryURLs()
          Obtain a set of URIs to bundle repositories representing the local platform's capabilities.
 

Method Detail

getPlatformRepositoryURLs

Collection<URI> getPlatformRepositoryURLs()
Obtain a set of URIs to bundle repositories representing the local platform's capabilities. These repositories do not represent any bundles but only platform capabilities.

Returns:
URLs to bundle repositories representing the local platform


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