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


public interface RepositoryGenerator


Method Summary
 void generateRepository(String repositoryName, Collection<? extends ModelledResource> byValueBundles, OutputStream os)
          Generate repository and store the content in the output stream.
 

Method Detail

generateRepository

void generateRepository(String repositoryName,
                        Collection<? extends ModelledResource> byValueBundles,
                        OutputStream os)
                        throws ResolverException,
                               IOException
Generate repository and store the content in the output stream.

Parameters:
repositoryName - The repository name
byValueBundles - By value bundles
os - output stream
Throws:
ResolverException
IOException


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