Package | Description |
---|---|
com.asakusafw.runtime.directio |
Direct I/O access from Asakusa Framework.
|
Modifier and Type | Method and Description |
---|---|
FilePattern.PatternElementKind |
FilePattern.PatternElement.getKind()
Returns the kind of this element.
|
FilePattern.PatternElementKind |
FilePattern.Variable.getKind() |
FilePattern.PatternElementKind |
FilePattern.Selection.getKind() |
static FilePattern.PatternElementKind |
FilePattern.PatternElementKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilePattern.PatternElementKind[] |
FilePattern.PatternElementKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<FilePattern.PatternElementKind> |
FilePattern.getPatternElementKinds()
Returns the pattern element kinds appeared in this pattern.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.