org.knopflerfish.ant.taskdefs.bundle
public class BundleArchives extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
BundleArchives(org.apache.tools.ant.Task task,
java.util.List<org.apache.tools.ant.types.ResourceCollection> 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<org.apache.tools.ant.types.ResourceCollection> resourceCollections,
boolean parseExportImport)
Traverse the given list of resource collections and create
BundleArchive-objects for all bundle jars found. |
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
public BundleArchives(org.apache.tools.ant.Task task,
java.util.List<org.apache.tools.ant.types.ResourceCollection> 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<org.apache.tools.ant.types.ResourceCollection> 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.