public interface BundleArtifact
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getArch()
Target Architecture of the bundle.
|
org.standardout.gradle.plugin.platform.internal.config.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
|
java.lang.String |
getOs()
Target OS of the bundle.
|
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.
|
java.lang.String |
getWs()
Allowed window subsystem of the bundle.
|
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. |
java.io.File getFile()
java.lang.String getVersion()
boolean isSource()
java.lang.String getBundleName()
java.lang.String getSymbolicName()
java.lang.String getModifiedVersion()
java.lang.String getOs()
java.lang.String getArch()
java.lang.String getWs()
boolean isWrap()
java.lang.String getNoWrapReason()
org.standardout.gradle.plugin.platform.internal.config.BndConfig getBndConfig()
java.lang.String getId()
java.lang.String getTargetFileName()
BundleArtifact getSourceBundle()
void setSourceBundle(BundleArtifact sourceBundle)
null.