Groovy Documentation

org.standardout.gradle.plugin.platform.internal.config
[Groovy] Class StoredConfigImpl

java.lang.Object
  org.standardout.gradle.plugin.platform.internal.config.StoredConfigImpl
All Implemented Interfaces:
StoredConfig

class StoredConfigImpl

Stores the configuration of a bundle concerning bnd.


Property Summary
java.util.List bndClosures

 
Constructor Summary
StoredConfigImpl(groovy.lang.Closure bndClosure = null)

Constructor.

 
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.io.File file = null, java.util.Map initialProperties)

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

bndClosures

final java.util.List bndClosures


 
Constructor Detail

StoredConfigImpl

StoredConfigImpl(groovy.lang.Closure bndClosure = null)
Constructor.
Parameters:
bndClosure - the closure representing the bnd configuration


 
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.io.File file = null, java.util.Map initialProperties)


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