public class DirectoryHandlerChangeTask implements Runnable
Class DirectoryHandlerChangeTask. Provides directoryhandlerchangetask functionality for the Hytale server.
java.lang.Object > DirectoryHandlerChangeTask
Field Summary
fileNames
final
Set
fileNames
Field fileNames.
Method Detail
DirectoryHandlerChangeTask
public
public
DirectoryHandlerChangeTask
(final AssetMonitor assetMonitor, final Path parent, final AssetMonitorHandler handler)
Method DirectoryHandlerChangeTask.
- Parameters:
final AssetMonitorassetMonitorfinal Pathparentfinal AssetMonitorHandlerhandler
run
public
void
run
()
Method run.
getParent
public
Path
getParent
()
Method getParent.
removePath
public
void
removePath
(final Path path)
Method removePath.
- Parameters:
final Pathpath
markChanged
public
void
markChanged
()
Method markChanged.
cancelSchedule
public
void
cancelSchedule
()
Method cancelSchedule.
toString
public
String
toString
()
Method toString.