Groovy Documentation

org.standardout.gradle.plugin.platform.internal.util.bnd
[Groovy] Class BundleHelper

java.lang.Object
  org.standardout.gradle.plugin.platform.internal.util.bnd.BundleHelper

class BundleHelper

Field Summary
static java.lang.Object MANIFEST_PATH

 
Method Summary
static void bundle(org.gradle.api.Project project, BundleArtifact art, java.io.File targetDir)

Bundle an artifact, also create the source bundle if applicable.

static void merge(org.gradle.api.Project project, MergeConfig merge, java.util.List bundles, java.io.File targetDir)

static void mergeJars(org.gradle.api.Project project, java.util.List jarFiles, java.io.File targetFile, java.util.Map properties)

 
Methods inherited from 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()
 

Field Detail

MANIFEST_PATH

public static final java.lang.Object MANIFEST_PATH


 
Method Detail

bundle

static void bundle(org.gradle.api.Project project, BundleArtifact art, java.io.File targetDir)
Bundle an artifact, also create the source bundle if applicable.


merge

static void merge(org.gradle.api.Project project, MergeConfig merge, java.util.List bundles, java.io.File targetDir)


mergeJars

static void mergeJars(org.gradle.api.Project project, java.util.List jarFiles, java.io.File targetFile, java.util.Map properties)


 

Groovy Documentation