class StoredConfigImpl extends java.lang.Object implements StoredConfig
Stores the configuration of a bundle concerning bnd.
| Type | Name and description |
|---|---|
java.util.List<groovy.lang.Closure> |
bndClosures |
java.util.List<groovy.lang.Closure> |
importsClosures |
| Constructor and description |
|---|
StoredConfigImpl
(groovy.lang.Closure bndClosure)Constructor. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
BndConfig |
evaluate(org.gradle.api.Project project, java.io.File file, java.util.Map<java.lang.String, java.lang.String> initialProperties) |
|
BndConfig |
evaluate(org.gradle.api.Project project, java.lang.String group, java.lang.String name, java.lang.String version, java.io.File file, java.util.Map<java.lang.String, java.lang.String> 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 | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), 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() |
Constructor.
bndClosure - the closure representing the bnd configurationAppend the given configuration.
Prepend the own configuration to the given configuration object.
Groovy Documentation