public class DirWatcher2
extends java.lang.Object
Constructor and Description |
---|
DirWatcher2(java.io.File dir,
Option option,
java.lang.String pattern) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.io.File,java.util.concurrent.Future<java.util.List<GeneratedImage>>> |
buildCreatedFiles() |
void |
cancel() |
java.io.File |
getDir() |
void |
waitEnd() |
public DirWatcher2(java.io.File dir, Option option, java.lang.String pattern)
public java.util.Map<java.io.File,java.util.concurrent.Future<java.util.List<GeneratedImage>>> buildCreatedFiles() throws java.io.IOException, java.lang.InterruptedException
java.io.IOException
java.lang.InterruptedException
public final java.io.File getDir()
public void cancel()
public void waitEnd() throws java.lang.InterruptedException
java.lang.InterruptedException
Copyright © 2019. All Rights Reserved.