public class Job extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
k |
File |
listing
listing file, null for no listing
|
static String |
LST_SUFFIX |
File |
outputPath
-d argument that applies to this file.
|
File |
source
source file, never null
|
static String |
SRC_SUFFIX |
int |
threadCount |
public final File source
public final File listing
public final File outputPath
public final int k
public final int threadCount
public static final String SRC_SUFFIX
public static final String LST_SUFFIX
public Job(String srcName) throws IOException
srcName - name of the source file.IOExceptionpublic Job(String outputPathName, boolean listing, String srcName) throws IOException
IOExceptionpublic Job(String outputPathName, int k, int threadCount, boolean listing, String srcName) throws IOException
IOExceptionCopyright © 1998–2017 1&1. All rights reserved.