|
Knopflerfish OSGi 3.5.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knopflerfish.ant.taskdefs.bundle.BundleArchives
A class that analyzes all bundle jar files given by a list of resource collections (file sets).
| Field Summary | |
static java.lang.String |
BUNDLE_BLUEPRINT
|
static java.lang.String |
BUNDLE_LICENSE
|
static java.lang.String |
SERVICE_COMPONENT
|
static java.lang.String |
SRC_PREFIX
Path prefix for source files included into the bundle archive. |
| Constructor Summary | |
BundleArchives(org.apache.tools.ant.Task task,
java.util.List resourceCollections)
Traverse the given list of resource collections and create BundleArchive-objects for all bundle jars found. |
|
BundleArchives(org.apache.tools.ant.Task task,
java.util.List resourceCollections,
boolean parseExportImport)
Traverse the given list of resource collections and create BundleArchive-objects for all bundle jars found. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String BUNDLE_BLUEPRINT
public static final java.lang.String BUNDLE_LICENSE
public static final java.lang.String SERVICE_COMPONENT
public static final java.lang.String SRC_PREFIX
| Constructor Detail |
public BundleArchives(org.apache.tools.ant.Task task,
java.util.List resourceCollections)
BundleArchive-objects for all bundle jars found.
task - The task that uses this class, used for logging and project
access.resourceCollections - The collection of resource collections selecting the bundle
archives to load.
public BundleArchives(org.apache.tools.ant.Task task,
java.util.List resourceCollections,
boolean parseExportImport)
BundleArchive-objects for all bundle jars found.
task - The task that uses this class, used for logging and project
access.resourceCollections - The collection of resource collections selecting the bundle
archives to load.parseExportImport - If true then the created bundle archive objects will
parse the import / export package / service headers.
|
Knopflerfish OSGi 3.5.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||