@groovy.transform.CompileStatic @groovy.transform.ToString class WatchPattern extends java.lang.Object
Modifiers | Name | Description |
---|---|---|
private java.io.File |
directory |
The directories being watched, if any |
private java.lang.String |
extension |
The file extensions within the directories being watched |
private java.io.File |
file |
A concrete file being watched, if any |
private java.lang.String |
pattern |
The pattern. |
Constructor and description |
---|
WatchPattern
() |
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
matchesPath(java.lang.String path) Whether the given path matches this watch pattern |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), 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() |
The directories being watched, if any
The file extensions within the directories being watched
A concrete file being watched, if any
The pattern. Eg. file:./grails-app/conf/spring/resources.xml
The directories being watched, if any
The file extensions within the directories being watched
A concrete file being watched, if any
The pattern. Eg. file:./grails-app/conf/spring/resources.xml
Groovy Documentation