public class RequiredDependenciesCommandLineParser extends Object
RequiredDependencies
to command-line parameters (GSM Operational String)
Currently supported are only dependencies that are required before a ProcessingUnit instance is
deployed on a GSC.Modifier and Type | Field and Description |
---|---|
static String |
INSTANCE_DEPLOYMENT_REQUIRED_DEPENDENCIES_PARAMETER_NAME |
static String |
INSTANCE_START_REQUIRED_DEPENDENCIES_PARAMETER_NAME |
Constructor and Description |
---|
RequiredDependenciesCommandLineParser() |
Modifier and Type | Method and Description |
---|---|
static org.jini.rio.core.RequiredDependencies |
convertCommandlineParameterToInstanceDeploymentDependencies(CommandLineParser.Parameter parameter) |
static org.jini.rio.core.RequiredDependencies |
convertCommandlineParameterToInstanceStartDependencies(CommandLineParser.Parameter parameter) |
static CommandLineParser.Parameter |
convertRequiredDependenciesToCommandLineParameter(String commandLineParameter,
org.jini.rio.core.RequiredDependencies requiredDependencies) |
static boolean |
isInstanceDeploymentDependencies(CommandLineParser.Parameter parameter) |
static boolean |
isInstanceStartDependencies(CommandLineParser.Parameter parameter) |
public static final String INSTANCE_DEPLOYMENT_REQUIRED_DEPENDENCIES_PARAMETER_NAME
public static final String INSTANCE_START_REQUIRED_DEPENDENCIES_PARAMETER_NAME
public RequiredDependenciesCommandLineParser()
public static CommandLineParser.Parameter convertRequiredDependenciesToCommandLineParameter(String commandLineParameter, org.jini.rio.core.RequiredDependencies requiredDependencies)
public static boolean isInstanceDeploymentDependencies(CommandLineParser.Parameter parameter)
public static boolean isInstanceStartDependencies(CommandLineParser.Parameter parameter)
public static org.jini.rio.core.RequiredDependencies convertCommandlineParameterToInstanceDeploymentDependencies(CommandLineParser.Parameter parameter)
public static org.jini.rio.core.RequiredDependencies convertCommandlineParameterToInstanceStartDependencies(CommandLineParser.Parameter parameter)
Copyright © GigaSpaces.