org.apache.aries.application.management.spi.repository
Interface RepositoryGenerator
public interface RepositoryGenerator
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 namebyValueBundles - By value bundlesos - output stream
- Throws:
ResolverException
IOException
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.