- 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.