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

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

bndClosures

final java.util.List bndClosures


importsClosures

final java.util.List importsClosures


 
Constructor Detail

StoredConfigImpl

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


 
Method Detail

evaluate

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


evaluate

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 importsConfig(org.gradle.api.Project project, java.lang.String group, java.lang.String name, java.lang.String version)


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