public final class CompilerConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
KEY_RUNTIME_WORKING_DIRECTORY
The system property key of runtime working directory.
|
Modifier and Type | Method and Description |
---|---|
static String |
getJobflowLibraryName(String flowId)
Returns the file name of the jobflow library.
|
static File |
getJobflowLibraryPath(File batchDirectory,
String flowId)
Returns the path of the jobflow library path (from the batch directory).
|
static String |
getRuntimeWorkingDirectory()
Returns the path to the runtime working directory.
|
public static final String KEY_RUNTIME_WORKING_DIRECTORY
public static String getRuntimeWorkingDirectory()
public static File getJobflowLibraryPath(File batchDirectory, String flowId)
batchDirectory
- the batch directoryflowId
- the target flow IDCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.