|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface BundleArtifact
Represents a bundle artifact represented by a single file.
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
public BndConfig getBndConfig()
public java.lang.String getBundleName()
public java.io.File getFile()
public java.lang.String getId()
public java.lang.String getModifiedVersion()
public java.lang.String getNoWrapReason()
public BundleArtifact getSourceBundle()
public java.lang.String getSymbolicName()
public java.lang.String getTargetFileName()
public java.lang.String getVersion()
public boolean isSource()
public boolean isWrap()
public void setSourceBundle(BundleArtifact sourceBundle)
null.
Groovy Documentation