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 |
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)ExceptionCopyright © 2015 aQute SARL. All Rights Reserved.