public class SaveFilesTask
extends java.lang.Object
implements java.beans.PropertyChangeListener
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
Log
The Constant Log.
|
| Constructor and Description |
|---|
SaveFilesTask(java.util.ArrayList<SQResultsGroup> strategyResults,
java.lang.String absolutePath,
java.lang.String prefix)
Instantiates a new save files task.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
checkDestDirectory(java.lang.String absolutePath)
Check dest directory.
|
void |
propertyChange(java.beans.PropertyChangeEvent e) |
void |
save()
Save.
|
public SaveFilesTask(java.util.ArrayList<SQResultsGroup> strategyResults, java.lang.String absolutePath, java.lang.String prefix)
strategyResults - the strategy resultsabsolutePath - the absolute pathprefix - the prefixpublic void save()
public static void checkDestDirectory(java.lang.String absolutePath)
throws java.lang.Exception
absolutePath - the absolute pathjava.lang.Exception - the exceptionpublic void propertyChange(java.beans.PropertyChangeEvent e)
propertyChange in interface java.beans.PropertyChangeListener