Class WatchedPath.Builder
- java.lang.Object
-
- org.curioswitch.common.server.framework.files.WatchedPath.Builder
-
- Enclosing interface:
- WatchedPath
public static class WatchedPath.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WatchedPath
build()
WatchedPath.Builder
from(WatchedPath arg0)
WatchedPath.Builder
handler(java.util.function.Consumer<java.nio.file.Path> arg0)
WatchedPath.Builder
path(java.nio.file.Path arg0)
-
-
-
Method Detail
-
from
@CanIgnoreReturnValue public final WatchedPath.Builder from(WatchedPath arg0)
-
path
@CanIgnoreReturnValue public final WatchedPath.Builder path(java.nio.file.Path arg0)
-
handler
@CanIgnoreReturnValue public final WatchedPath.Builder handler(java.util.function.Consumer<java.nio.file.Path> arg0)
-
build
public WatchedPath build()
-
-