public static final class FilePattern.Segment extends Object
FilePattern
.
This means a file/directory name pattern, or any directories ("**"
).Modifier and Type | Method and Description |
---|---|
List<FilePattern.PatternElement> |
getElements()
Returns pattern elements in this segment.
|
boolean |
isTraverse()
Returns whether this segment describes traverse (
"**" ) or not. |
String |
toString() |
public List<FilePattern.PatternElement> getElements()
public boolean isTraverse()
"**"
) or not.true
to describe traverse, false
to notCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.