| Package | Description |
|---|---|
| xyz.cofe.fs |
| Modifier and Type | Method and Description |
|---|---|
FileVisitor.ErrorBehavior |
FileVisitor.error(Throwable err)
Вызывается при возниконовении ошибки
|
FileVisitor.ErrorBehavior |
FileVisitor.getErrorBehavior()
Поведение при возникновении ошибки
|
static FileVisitor.ErrorBehavior |
FileVisitor.ErrorBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileVisitor.ErrorBehavior[] |
FileVisitor.ErrorBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileVisitor.setErrorBehavior(FileVisitor.ErrorBehavior errorBehavior)
Поведение при возникновении ошибки
|
Copyright © 2017. All rights reserved.