Represents a bundle artifact represented by a single file.
| Type Params | Return Type | Name and description |
|---|---|---|
|
BndConfig |
getBndConfig()The associated bnd configuration, if any |
|
java.lang.String |
getBundleName()The bundle name. |
|
java.io.File |
getFile()The associated file. |
|
java.lang.String |
getId()The unique identifier. |
|
java.lang.String |
getModifiedVersion()The modified bundle version to use. |
|
java.lang.String |
getNoWrapReason()The reason why it should not be wrapped |
|
BundleArtifact |
getSourceBundle()The associated source bundle, if any. |
|
java.lang.String |
getSymbolicName()The bundle symbolic name. |
|
java.lang.String |
getTargetFileName()The name of the target file. |
|
java.lang.String |
getVersion()The original version. |
|
boolean |
isSource()If the bundle is a source bundle. |
|
boolean |
isWrap()Should the bundle be wrapped using bnd? |
|
void |
setSourceBundle(BundleArtifact sourceBundle)Set the associated source bundle, may be null. |
The associated bnd configuration, if any
The bundle name.
The associated file.
The unique identifier.
The modified bundle version to use.
The reason why it should not be wrapped
The associated source bundle, if any.
The bundle symbolic name.
The name of the target file.
The original version.
If the bundle is a source bundle.
Should the bundle be wrapped using bnd?
Set the associated source bundle, may be null.