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