DirectoryHandlerChangeTask

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 AssetMonitor assetMonitor
final Path parent
final AssetMonitorHandler handler

run

public void run ()

Method run.

getAssetMonitor

public AssetMonitor getAssetMonitor ()

Method getAssetMonitor.

getParent

public Path getParent ()

Method getParent.

getHandler

public AssetMonitorHandler getHandler ()

Method getHandler.

addPath

public void addPath (final Path path, final PathEvent pathEvent)

Method addPath.

Parameters:
final Path path
final PathEvent pathEvent

removePath

public void removePath (final Path path)

Method removePath.

Parameters:
final Path path

markChanged

public void markChanged ()

Method markChanged.

cancelSchedule

public void cancelSchedule ()

Method cancelSchedule.

toString

public String toString ()

Method toString.