public class WorkflowV2Utility extends Object
Modifier and Type | Field and Description |
---|---|
static String |
WORKFLOW_CLASS |
static String |
WORKFLOW_ENGINE |
static String |
WORKFLOW_TYPE |
Constructor and Description |
---|
WorkflowV2Utility() |
Modifier and Type | Method and Description |
---|---|
static String |
determineRelativeBundlePath(joptsimple.OptionSet options)
Determine the bundle path from the provided options
|
static Map<String,String> |
parseMetaInfo(File bundle)
Locate and parse metadata information and return a map representation
|
static boolean |
requiresNewLauncher(joptsimple.OptionSet options) |
static boolean |
requiresNewLauncher(String workflowClass,
String workflowEngine,
String workflowType) |
static boolean |
requiresNewLauncher(Workflow workflow) |
public static final String WORKFLOW_CLASS
public static final String WORKFLOW_ENGINE
public static final String WORKFLOW_TYPE
public static Map<String,String> parseMetaInfo(File bundle)
bundle
- public static String determineRelativeBundlePath(joptsimple.OptionSet options)
options
- public static boolean requiresNewLauncher(Workflow workflow)
public static boolean requiresNewLauncher(String workflowClass, String workflowEngine, String workflowType)
public static boolean requiresNewLauncher(joptsimple.OptionSet options)
Copyright © 2015 SeqWare. All rights reserved.