public class FileOperationPattern
extends java.lang.Object
| Constructor and Description |
|---|
FileOperationPattern() |
FileOperationPattern(java.lang.String glob) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getGlob()
The glob pattern to match.
|
java.lang.String |
getMatches()
Whether to match files or folders with this pattern.
|
FileOperationPatternOptions |
getOptions()
Additional options used during matching.
|
int |
hashCode() |
void |
setGlob(java.lang.String glob)
The glob pattern to match.
|
void |
setMatches(java.lang.String matches)
Whether to match files or folders with this pattern.
|
void |
setOptions(FileOperationPatternOptions options)
Additional options used during matching.
|
java.lang.String |
toString() |
public FileOperationPattern()
public FileOperationPattern(java.lang.String glob)
@Pure public java.lang.String getGlob()
public void setGlob(java.lang.String glob)
@Pure public java.lang.String getMatches()
FileOperationPatternKind for allowed values.public void setMatches(java.lang.String matches)
FileOperationPatternKind for allowed values.@Pure public FileOperationPatternOptions getOptions()
public void setOptions(FileOperationPatternOptions options)
@Pure public java.lang.String toString()
toString in class java.lang.Object@Pure public boolean equals(java.lang.Object obj)
equals in class java.lang.Object@Pure public int hashCode()
hashCode in class java.lang.Object