|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.standardout.gradle.plugin.platform.internal.util.bnd.BndHelper
public class BndHelper
Utilities for working with bnd.
| Method Summary | |
|---|---|
static void
|
buildAndClose(Builder b, java.io.File target)
Build the bnd configuration present in the given builder and write the bundle to the target file. |
static Builder
|
createBuilder()
Create a default builder. |
static void
|
wrap(java.io.File source, java.util.Collection classpath, java.io.File target, java.util.Map properties)
Wrap a Jar as it is, only changing the manifest. |
| 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() |
| Method Detail |
|---|
public static void buildAndClose(Builder b, java.io.File target)
b - the buildertarget - the target file
public static Builder createBuilder()
public static void wrap(java.io.File source, java.util.Collection classpath, java.io.File target, java.util.Map properties)
source - the source jarclasspath - the class pathtarget - the target fileproperties - the bnd properties
Groovy Documentation