public interface BundleIndexer
Modifier and Type | Field and Description |
---|---|
static String |
LICENSE_URL |
static String |
REPOSITORY_NAME |
static String |
ROOT_URL |
static String |
STYLESHEET |
static String |
URL_TEMPLATE |
Modifier and Type | Method and Description |
---|---|
void |
index(Set<File> jarFiles,
OutputStream out,
Map<String,String> config)
Index the input files and write the result to the given OutputStream
|
static final String REPOSITORY_NAME
static final String STYLESHEET
static final String URL_TEMPLATE
static final String ROOT_URL
static final String LICENSE_URL
void index(Set<File> jarFiles, OutputStream out, Map<String,String> config) throws Exception
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)Exception
Copyright © 2014 aQute SARL. All rights reserved.