class FileBundleArtifact extends java.lang.Object
Bundle represented by a single file w/o dependency information.
| Type | Name and description |
|---|---|
BndConfig |
bndConfig |
java.lang.String |
bundleName |
java.io.File |
file |
java.lang.String |
id |
java.lang.String |
modifiedVersion |
BundleArtifact |
sourceBundle |
java.lang.String |
symbolicName |
java.lang.String |
targetFileName |
java.lang.String |
version |
| Constructor and description |
|---|
FileBundleArtifact
(java.io.File artifactFile, org.gradle.api.Project project, StoredConfig config = null, java.lang.String customId = null, java.lang.String customType = 'bundle')Create a bundle artifact represented by a Jar. |
FileBundleArtifact
(BundleArtifact bundle, java.io.File sourceBundleFile)Create a source bundle artifact from a Jar. |
| Type | Name and description |
|---|---|
java.lang.String |
getNoWrapReason() |
boolean |
isSource() |
boolean |
isWrap() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Create a bundle artifact represented by a Jar.
Create a source bundle artifact from a Jar.
bundle - the bundle the source bundle belongs tosourceBundleFile - the source bundle fileGroovy Documentation