Groovy Documentation

org.standardout.gradle.plugin.platform.internal.config
[Groovy] Interface StoredConfig


interface StoredConfig

Stores the configuration of a bundle concerning bnd.


Method Summary
BndConfig evaluate(Project project, java.io.File file, java.util.Map initialProperties)

BndConfig evaluate(Project project, java.lang.String group, java.lang.String name, java.lang.String version, java.util.Map initialProperties)

BndConfig evaluate(Project project, java.lang.String group, java.lang.String name, java.lang.String version, java.io.File file, java.util.Map initialProperties)

java.util.List getBndClosures()

boolean isEmpty()

void leftShift(StoredConfig other)

Append the given configuration.

void rightShift(StoredConfig other)

Prepend the own configuration to the given configuration object.

 

Method Detail

evaluate

BndConfig evaluate(Project project, java.io.File file, java.util.Map initialProperties)


evaluate

BndConfig evaluate(Project project, java.lang.String group, java.lang.String name, java.lang.String version, java.util.Map initialProperties)


evaluate

BndConfig evaluate(Project project, java.lang.String group, java.lang.String name, java.lang.String version, java.io.File file, java.util.Map initialProperties)


getBndClosures

java.util.List getBndClosures()


isEmpty

boolean isEmpty()


leftShift

void leftShift(StoredConfig other)
Append the given configuration.


rightShift

void rightShift(StoredConfig other)
Prepend the own configuration to the given configuration object.


 

Groovy Documentation