Configures the Gradle 'eclipse' task with Baseline settings.
| Fields inherited from class | Fields |
|---|---|
class AbstractBaselinePlugin |
project |
| Type | Name and description |
|---|---|
void |
apply(org.gradle.api.Project project) |
static java.lang.Object |
mergeProperties(java.util.Properties from, java.util.Properties into, java.util.Map binding)Copies all name/value pairs from from to into, replacing variable names (e.g., $var or ${var})
occurring in values via a groovy.text.SimpleTemplateEngine and the given binding. |
| Methods inherited from class | Name |
|---|---|
class AbstractBaselinePlugin |
getConfigDir |
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() |
Copies all name/value pairs from from to into, replacing variable names (e.g., $var or ${var})
occurring in values via a groovy.text.SimpleTemplateEngine and the given binding.