final class TorqueJobScriptGenerator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
LOGGER |
private static int |
MINUTES_PER_HOUR |
Modifier | Constructor and Description |
---|---|
private |
TorqueJobScriptGenerator() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
generate(JobDescription description,
RelativePath fsEntryPath) |
static void |
generateScriptContent(JobDescription description,
java.util.Formatter script) |
private static final org.slf4j.Logger LOGGER
private static final int MINUTES_PER_HOUR
public static void generateScriptContent(JobDescription description, java.util.Formatter script)
public static java.lang.String generate(JobDescription description, RelativePath fsEntryPath)