org.osgi.service.bindex
Interface BundleIndexer
public interface BundleIndexer
The BundleIndexer is an OSGi service for indexing bundle capabiilities
and requirements and create an OBR XML representation.
- Version:
- $Revision: 99 $
REPOSITORY_NAME
static final String REPOSITORY_NAME
- See Also:
- Constant Field Values
STYLESHEET
static final String STYLESHEET
- See Also:
- Constant Field Values
URL_TEMPLATE
static final String URL_TEMPLATE
- See Also:
- Constant Field Values
ROOT_URL
static final String ROOT_URL
- See Also:
- Constant Field Values
LICENSE_URL
static final String LICENSE_URL
- See Also:
- Constant Field Values
index
void index(Set<File> jarFiles,
OutputStream out,
Map<String,String> config)
throws Exception
- Index the input files and write the result to the given OutputStream
- Parameters:
jarFiles
- a set of input jar files or directoriesout
- the OutputStream to write toconfig
- a set of optional parameters (use constants of this interface as keys)
- Throws:
Exception
Copyright © 2012 aQute SARL. All Rights Reserved.