|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.standardout.gradle.plugin.platform.internal.config.StoredConfigImpl
class StoredConfigImpl
Stores the configuration of a bundle concerning bnd.
| Property Summary | |
|---|---|
java.util.List |
bndClosures
|
java.util.List |
importsClosures
|
| Constructor Summary | |
StoredConfigImpl(groovy.lang.Closure bndClosure = null)
Constructor. |
|
| Method Summary | |
|---|---|
BndConfig
|
evaluate(org.gradle.api.Project project, java.io.File file, java.util.Map initialProperties)
|
BndConfig
|
evaluate(org.gradle.api.Project project, java.lang.String group, java.lang.String name, java.lang.String version, java.io.File file = null, java.util.Map initialProperties)
|
ImportsConfig
|
importsConfig(org.gradle.api.Project project, java.lang.String group, java.lang.String name, java.lang.String version)
|
boolean
|
isEmpty()
|
void
|
leftShift(StoredConfig other)
Append the given configuration. |
void
|
rightShift(StoredConfig other)
Prepend the own configuration to the given configuration object. |
| 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() |
| Property Detail |
|---|
final java.util.List bndClosures
final java.util.List importsClosures
| Constructor Detail |
|---|
StoredConfigImpl(groovy.lang.Closure bndClosure = null)
bndClosure - the closure representing the bnd configuration
| Method Detail |
|---|
BndConfig evaluate(org.gradle.api.Project project, java.io.File file, java.util.Map initialProperties)
BndConfig evaluate(org.gradle.api.Project project, java.lang.String group, java.lang.String name, java.lang.String version, java.io.File file = null, java.util.Map initialProperties)
ImportsConfig importsConfig(org.gradle.api.Project project, java.lang.String group, java.lang.String name, java.lang.String version)
boolean isEmpty()
void leftShift(StoredConfig other)
void rightShift(StoredConfig other)
Groovy Documentation