public class DirectoryFactory extends Object
| Constructor and Description |
|---|
DirectoryFactory(DefaultDispatchKeyFactory pFileKeyFactory) |
| Modifier and Type | Method and Description |
|---|---|
Directory |
newBranch(Directory pParent,
WatchKey pKey) |
RootDirectory |
newRoot(WatchKey pWatchKey) |
void |
setConfig(Config pConfig) |
void |
setExecutors(ExecutorService pDirectoryWalkerExecutor,
ExecutorService pListenerExecutor) |
void |
setResourcesFactory(ch.sourcepond.io.checksum.api.ResourcesFactory pResourcesFactory) |
void |
shutdown() |
public DirectoryFactory(DefaultDispatchKeyFactory pFileKeyFactory)
public void setConfig(Config pConfig)
public void setExecutors(ExecutorService pDirectoryWalkerExecutor, ExecutorService pListenerExecutor)
public void setResourcesFactory(ch.sourcepond.io.checksum.api.ResourcesFactory pResourcesFactory)
public RootDirectory newRoot(WatchKey pWatchKey)
public void shutdown()
Copyright © 2017 SourcePond. All rights reserved.