public class PunchProcess
extends java.lang.Object
| Constructor and Description |
|---|
PunchProcess(Config config) |
| Modifier and Type | Method and Description |
|---|---|
java.io.File[] |
getFiles()
get the remembered files
|
void |
searchForFile()
search for files and remember the files
|
java.io.File[] |
startPunch(PunchListener listener,
java.io.File[] filesToPunch)
start punch a file
|
void |
stop()
stop method for aborting the process,
|
public PunchProcess(Config config)
public void searchForFile()
public java.io.File[] getFiles()
public java.io.File[] startPunch(PunchListener listener, java.io.File[] filesToPunch) throws java.lang.Exception
listener - filesToPunch - java.lang.Exceptionpublic void stop()