Uses of Class
xyz.cofe.io.fs.DirFollow.ErrorBehavior
-
-
Uses of DirFollow.ErrorBehavior in xyz.cofe.io.fs
Fields in xyz.cofe.io.fs declared as DirFollow.ErrorBehavior Modifier and Type Field Description protected DirFollow.ErrorBehaviorDirFollow. errorBehaviorprotected DirFollow.ErrorBehaviorDirFollowBuilder. errorBehaviorMethods in xyz.cofe.io.fs that return DirFollow.ErrorBehavior Modifier and Type Method Description DirFollow.ErrorBehaviorDirFollow. getErrorBehavior()Возвращает поведение при возникновении ошибкиDirFollow.ErrorBehaviorDirFollowBuilder. getErrorBehavior()Возвращает поведение при возникновении ошибкиDirFollow.ErrorBehaviorFileTreeBuilder. getErrorBehavior()Возвращает поведение при возникновении ошибкиstatic DirFollow.ErrorBehaviorDirFollow.ErrorBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static DirFollow.ErrorBehavior[]DirFollow.ErrorBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in xyz.cofe.io.fs with parameters of type DirFollow.ErrorBehavior Modifier and Type Method Description DirFollowBuilderDirFollowBuilder. errorBehavior(DirFollow.ErrorBehavior errorBehavior)FileTreeBuilderFileTreeBuilder. errorBehavior(DirFollow.ErrorBehavior errorBehavior)Указывает поведение при возникновении ошибкиvoidDirFollow. setErrorBehavior(DirFollow.ErrorBehavior errorBehavior)Указывает поведение при возникновении ошибкиvoidDirFollowBuilder. setErrorBehavior(DirFollow.ErrorBehavior errorBehavior)Указывает поведение при возникновении ошибки
-