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 $

Field Summary
static String LICENSE_URL
           
static String REPOSITORY_NAME
           
static String ROOT_URL
           
static String STYLESHEET
           
static String URL_TEMPLATE
           
 
Method Summary
 void index(Set<File> jarFiles, OutputStream out, Map<String,String> config)
          Index the input files and write the result to the given OutputStream
 

Field Detail

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
Method Detail

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 directories
out - the OutputStream to write to
config - a set of optional parameters (use constants of this interface as keys)
Throws:
Exception


Copyright © 2012 aQute SARL. All Rights Reserved.