public class BuildProperties
extends java.lang.Object
Constructor and Description |
---|
BuildProperties(org.gradle.api.Project project) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContent() |
java.util.List<java.io.File> |
getPluginLookupPath()
Returns all the paths upon which plugins will be looked up.
|
static java.lang.String |
rawFile()
Returns the content of template.build.properties as a String.
|
void |
setBuildDirectory(java.io.File buildDir)
Sets the build directory.
|
void |
setConfigs(java.util.Collection<com.diffplug.common.swt.os.SwtPlatform> platforms)
Sets the platforms which will be built.
|
void |
setPluginPath(java.io.File... dirs)
Adds the given Files to the plugin path, (the eclipse delta pack is automatically added.
|
void |
setProp(java.lang.String key,
java.lang.String value)
Sets the given tag to the given value.
|
public static java.lang.String rawFile()
public java.lang.String getContent()
public void setBuildDirectory(java.io.File buildDir)
public void setConfigs(java.util.Collection<com.diffplug.common.swt.os.SwtPlatform> platforms)
public void setPluginPath(java.io.File... dirs)
public java.util.List<java.io.File> getPluginLookupPath()
public void setProp(java.lang.String key, java.lang.String value)