Skip navigation links
A B C D E F G I J L M O P R S T V Z 

A

addArg(String, String) - Method in class com.diffplug.gradle.eclipse.EclipseTask
Adds a console argument.
addArtifactRepo(String) - Method in class com.diffplug.gradle.eclipse.P2DirectorModel
 
addBuildProperty(String, String) - Method in class com.diffplug.gradle.eclipse.PdeProductBuildTask
Adds a property to the build properties file.
addFileProperty(String, Object) - Method in class com.diffplug.gradle.eclipse.PdeAntBuildTask
Adds a property to the build properties file.
addIU(String) - Method in class com.diffplug.gradle.eclipse.P2DirectorModel
 
addMetadataRepo(String) - Method in class com.diffplug.gradle.eclipse.P2DirectorModel
 
addProperty(String, String) - Method in class com.diffplug.gradle.eclipse.PdeAntBuildTask
Adds a property to the build properties file.
addRepo(String) - Method in class com.diffplug.gradle.eclipse.P2DirectorModel
 
antBuildCmd(File) - Method in class com.diffplug.gradle.eclipse.PdeBuild
Returns a command which will execute the PDE builder for a generic ant build file.
antFile(Object) - Method in class com.diffplug.gradle.eclipse.PdeAntBuildTask
The directory from which plugins will be pulled, besides the delta pack.

B

build() - Method in class com.diffplug.gradle.eclipse.EclipseTask
 
build() - Method in class com.diffplug.gradle.eclipse.PdeAntBuildTask
 
build() - Method in class com.diffplug.gradle.eclipse.PdeProductBuildTask
 
buildDir(Object) - Method in class com.diffplug.gradle.eclipse.PdeProductBuildTask
The directory from which plugins will be pulled, besides the delta pack.
BuildProperties - Class in com.diffplug.gradle.eclipse
 
BuildProperties(Project) - Constructor for class com.diffplug.gradle.eclipse.BuildProperties
 

C

cleanDir(File) - Static method in class com.diffplug.gradle.FileMisc
Deletes the given file if it exists, and then creates a fresh directory in its place.
cmd(String) - Method in class com.diffplug.gradle.CmdLine
Executes the given command.
cmd(File, String) - Method in class com.diffplug.gradle.CmdLine
Sets the working directory to the given dir, then executes the given command.
cmd - Variable in class com.diffplug.gradle.CmdLine.Result
 
cmd(String) - Method in class com.diffplug.gradle.CmdLineTask
Executes the given command.
cmd(Object, String) - Method in class com.diffplug.gradle.CmdLineTask
Sets the working directory to the given dir, then executes the given command.
CmdLine - Class in com.diffplug.gradle
 
CmdLine() - Constructor for class com.diffplug.gradle.CmdLine
 
CmdLine.Result - Class in com.diffplug.gradle
Returns the given result.
CmdLineTask - Class in com.diffplug.gradle
A task for running command line actions which may have multiple lines.
CmdLineTask() - Constructor for class com.diffplug.gradle.CmdLineTask
 
com.diffplug.gradle - package com.diffplug.gradle
 
com.diffplug.gradle.eclipse - package com.diffplug.gradle.eclipse
 
com.diffplug.gradle.swt - package com.diffplug.gradle.swt
 
concat(Iterable<File>, File) - Static method in class com.diffplug.gradle.FileMisc
Concats the first files and writes them to the last file.
containsExecutablePermission(Set<PosixFilePermission>) - Static method in class com.diffplug.gradle.FileMisc
Returns true if any of the bits contain the executable permission.
copy(File, File) - Method in class com.diffplug.gradle.CmdLine
Removes the given file or directory.
copy(Object, Object) - Method in class com.diffplug.gradle.CmdLineTask
Removes the given file or directory.
copy() - Method in class com.diffplug.gradle.eclipse.P2DirectorModel
Returns a deep copy of this model.
copyFile(File, File, String...) - Static method in class com.diffplug.gradle.FileMisc
Copies from src to dst, while replacing them.
copyProductAndImgs(Object, String) - Method in class com.diffplug.gradle.eclipse.PdeProductBuildTask
Copies the product and imgs from the given directory to the given path within the build directory.
CORE_COMMANDS - Static variable in class com.diffplug.gradle.swt.SwtExtension
 

D

directory - Variable in class com.diffplug.gradle.CmdLine.Result
 

E

echoCmd(boolean) - Method in class com.diffplug.gradle.CmdLine
Determines whether commands are echoed.
echoOutput(boolean) - Method in class com.diffplug.gradle.CmdLine
Determines whether the output of commands are echoed.
EclipseTask - Class in com.diffplug.gradle.eclipse
A Gradle task which runs an Eclipsec command at the console.
EclipseTask() - Constructor for class com.diffplug.gradle.eclipse.EclipseTask
 
EclipseWuff - Class in com.diffplug.gradle.eclipse
Represents an Eclipse which was downloaded by WUFF.
EclipseWuff(Project) - Constructor for class com.diffplug.gradle.eclipse.EclipseWuff
Wraps up the Wuff-downloaded eclipses.
EnvMisc - Class in com.diffplug.gradle
Utilities for getting environment variables in buildscripts.
EnvMisc() - Constructor for class com.diffplug.gradle.EnvMisc
 
EQUINOX_COMMON - Static variable in class com.diffplug.gradle.swt.SwtExtension
 
error - Variable in class com.diffplug.gradle.CmdLine.Result
 

F

FileMisc - Class in com.diffplug.gradle
 
FileMisc() - Constructor for class com.diffplug.gradle.FileMisc
 
flatten(File) - Static method in class com.diffplug.gradle.FileMisc
Flattens a single directory (moves its children to be its peers, then deletes the given directory.

G

get(String, String) - Static method in class com.diffplug.gradle.EnvMisc
Returns the given environment variable, throwing a descriptive error if it doesn't exist.
getBinDir() - Method in class com.diffplug.gradle.JDK
Returns the directory at the root of the JDK.
getBuildDir() - Method in class com.diffplug.gradle.eclipse.PdeProductBuildTask
 
getContent() - Method in class com.diffplug.gradle.eclipse.BuildProperties
 
getDeltaPackDir() - Method in class com.diffplug.gradle.eclipse.EclipseWuff
Returns a directory containing a delta pack.
getEclipseConsoleExecutable() - Method in class com.diffplug.gradle.eclipse.EclipseWuff
Returns the eclipse console executable.
getEclipseExecutable() - Method in class com.diffplug.gradle.eclipse.EclipseWuff
Returns the eclipse GUI executable.
getJdkLibs() - Method in class com.diffplug.gradle.JDK
Returns the JDK's libs which you're going to link against.
getOptional(String, String, String) - Static method in class com.diffplug.gradle.EnvMisc
Returns the given environment variable, printing a descriptive warning and using a default value if it doesn't exist.
getPluginLookupPath() - Method in class com.diffplug.gradle.eclipse.BuildProperties
Returns all the paths upon which plugins will be looked up.
getPluginPath() - Method in class com.diffplug.gradle.eclipse.PdeProductBuildTask
 
getRootDir() - Method in class com.diffplug.gradle.JDK
Returns the directory at the root of the JDK.
getSdkDir() - Method in class com.diffplug.gradle.eclipse.EclipseWuff
Returns the SDK directory for this version for this OS.
getSdkFile(String) - Method in class com.diffplug.gradle.eclipse.EclipseWuff
Returns the given path within the SDK.
getVersion() - Method in class com.diffplug.gradle.eclipse.EclipseWuff
Returns the version for this Eclipse instance.
getVersionFor(String) - Method in class com.diffplug.gradle.eclipse.PluginCatalog
Returns the version for the given plugin.
getVersionOsgi() - Method in class com.diffplug.gradle.eclipse.EclipseWuff
Returns the version for this Eclipse instance.

I

isSupportedPlatform(String) - Method in class com.diffplug.gradle.eclipse.PluginCatalog
Returns true if the given plugin is for a supported platform.

J

JDK - Class in com.diffplug.gradle
 
JDK(Project) - Constructor for class com.diffplug.gradle.JDK
 
JDK(File) - Constructor for class com.diffplug.gradle.JDK
 
JFACE - Static variable in class com.diffplug.gradle.swt.SwtExtension
 

L

LUNA_SR2 - Static variable in class com.diffplug.gradle.swt.SwtExtension
 

M

MARS_SR2 - Static variable in class com.diffplug.gradle.swt.SwtExtension
 
modify(InputStream, OutputStream, Map<String, InputStream>, Set<String>) - Static method in class com.diffplug.gradle.ZipUtil
Modifies the given entries in the zip.
mv(File, File) - Method in class com.diffplug.gradle.CmdLine
Removes the given file or directory.
mv(Object, Object) - Method in class com.diffplug.gradle.CmdLineTask
Removes the given file or directory.

O

output - Variable in class com.diffplug.gradle.CmdLine.Result
 

P

P2DirectorModel - Class in com.diffplug.gradle.eclipse
 
P2DirectorModel() - Constructor for class com.diffplug.gradle.eclipse.P2DirectorModel
 
PdeAntBuildTask - Class in com.diffplug.gradle.eclipse
 
PdeAntBuildTask() - Constructor for class com.diffplug.gradle.eclipse.PdeAntBuildTask
 
PdeBuild - Class in com.diffplug.gradle.eclipse
Generates a command line which will execute PDE build.
PdeBuild(Project) - Constructor for class com.diffplug.gradle.eclipse.PdeBuild
 
PdeProductBuildTask - Class in com.diffplug.gradle.eclipse
 
PdeProductBuildTask() - Constructor for class com.diffplug.gradle.eclipse.PdeProductBuildTask
 
performActions() - Method in class com.diffplug.gradle.CmdLine
Runs the commands that have been queued up.
performActions() - Method in class com.diffplug.gradle.CmdLineTask
 
PluginCatalog - Class in com.diffplug.gradle.eclipse
Catalogs all of the plugins and their versions in the given paths.
PluginCatalog(List<File>) - Constructor for class com.diffplug.gradle.eclipse.PluginCatalog
Catalogs all of the plugins in the given roots.
productBuildCmd(File) - Method in class com.diffplug.gradle.eclipse.PdeBuild
Returns a command which will execute the PDE builder for a product.
productFilename(String) - Method in class com.diffplug.gradle.eclipse.PdeProductBuildTask
The name of the product file.

R

rawFile() - Static method in class com.diffplug.gradle.eclipse.BuildProperties
Returns the content of template.build.properties as a String.
read(File, String, Throwing.Specific.Consumer<InputStream, IOException>) - Static method in class com.diffplug.gradle.ZipUtil
Reads the given entry from the zip.
resolveWithFirst(String, String...) - Method in class com.diffplug.gradle.eclipse.PdeProductBuildTask
Resolves conflicts at the given plugin with the given versions.
resolveWithFirst(String, String...) - Method in class com.diffplug.gradle.eclipse.PluginCatalog
If the given plugin has multiple versions, and those versions match the versions passed in, it will resolve them with the first version in this list.
resolveWithFirst(String, List<String>) - Method in class com.diffplug.gradle.eclipse.PluginCatalog
If the given plugin has multiple versions, and those versions match the versions passed in, it will resolve them with the first version in this list.
Result(File, String, ImmutableList<String>, ImmutableList<String>) - Constructor for class com.diffplug.gradle.CmdLine.Result
 
rm(File) - Method in class com.diffplug.gradle.CmdLine
Removes the given file or directory.
rm(Object) - Method in class com.diffplug.gradle.CmdLineTask
Removes the given file or directory.
run(Throwing.Runnable) - Method in class com.diffplug.gradle.CmdLine
Removes the given file or directory.
run(Throwing.Runnable) - Method in class com.diffplug.gradle.CmdLineTask
Removes the given file or directory.
runCmd(String) - Static method in class com.diffplug.gradle.CmdLine
Runs the given command in the current working directory.
runCmd(File, String) - Static method in class com.diffplug.gradle.CmdLine
Runs the given command in the given directory.
runCmd(File, String, boolean, boolean) - Static method in class com.diffplug.gradle.CmdLine
Runs the given command in the given directory with the given echo setting.

S

setBuildDirectory(File) - Method in class com.diffplug.gradle.eclipse.BuildProperties
Sets the build directory.
setConfigs(Collection<SwtPlatform>) - Method in class com.diffplug.gradle.eclipse.BuildProperties
Sets the platforms which will be built.
setFeatureFolder(Object) - Method in class com.diffplug.gradle.eclipse.PdeProductBuildTask
The directory from which plugins will be pulled, besides the delta pack.
setPluginPath(File...) - Method in class com.diffplug.gradle.eclipse.BuildProperties
Adds the given Files to the plugin path, (the eclipse delta pack is automatically added.
setPluginPath(Object) - Method in class com.diffplug.gradle.eclipse.PdeProductBuildTask
The directory from which plugins will be pulled, besides the delta pack.
setProductFileVersions(File, String, List<String>, PluginCatalog) - Static method in class com.diffplug.gradle.eclipse.PdeProductBuildTask
Given a list of lines from the product file, this method changes them in-place to specify the specific version from the plugin path.
setProp(String, String) - Method in class com.diffplug.gradle.eclipse.BuildProperties
Sets the given tag to the given value.
SWT - Static variable in class com.diffplug.gradle.swt.SwtExtension
 
SWT_PLATFORM - Static variable in class com.diffplug.gradle.swt.SwtExtension
 
SwtExtension - Class in com.diffplug.gradle.swt
 
SwtExtension() - Constructor for class com.diffplug.gradle.swt.SwtExtension
 

T

taskFor(Project, String, OS, Object) - Method in class com.diffplug.gradle.eclipse.P2DirectorModel
Creates a task which run P2 Director on the given model.
toOctalFileMode(Set<PosixFilePermission>) - Static method in class com.diffplug.gradle.FileMisc
Converts a set of PosixFilePermission to chmod-style octal file mode.
toOctalFileModeInt(Set<PosixFilePermission>) - Static method in class com.diffplug.gradle.FileMisc
Converts a set of PosixFilePermission to chmod-style octal file mode.
toString() - Method in class com.diffplug.gradle.eclipse.PluginCatalog
 

V

version - Variable in class com.diffplug.gradle.swt.SwtExtension
 

Z

zip(File, String, File) - Static method in class com.diffplug.gradle.ZipUtil
Zips input into output, with the given name within the archive.
ZipUtil - Class in com.diffplug.gradle
 
ZipUtil() - Constructor for class com.diffplug.gradle.ZipUtil
 
A B C D E F G I J L M O P R S T V Z 
Skip navigation links