- All Implemented Interfaces:
org.gradle.api.Named
public class WatchTarget
extends Object
implements org.gradle.api.Named
If two objects have the same name, they are considered the same object.
- Since:
- 2.0.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
org.gradle.api.Named.Namer
-
Constructor Summary
Constructors
-
Method Summary
protected boolean
boolean
files(org.gradle.api.file.FileCollection files)
List<org.gradle.api.file.FileCollection>
int
-
Constructor Details
-
WatchTarget
public WatchTarget(String name)
-
Method Details
-
getFiles
public List<org.gradle.api.file.FileCollection> getFiles()
-
files
public WatchTarget files(org.gradle.api.file.FileCollection files)
-
-
-
-
getName
@NonNull
public @NonNull String getName()
- Specified by:
getName in interface org.gradle.api.Named
-
-
-
canEqual
protected boolean canEqual(Object other)
-