org.openspaces.pu.container.support
Class RequiredDependenciesCommandLineParser
java.lang.Object
org.openspaces.pu.container.support.RequiredDependenciesCommandLineParser
public class RequiredDependenciesCommandLineParser
- extends Object
Converts 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.
- Author:
- itaif
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE_DEPLOYMENT_REQUIRED_DEPENDENCIES_PARAMETER_NAME
public static final String INSTANCE_DEPLOYMENT_REQUIRED_DEPENDENCIES_PARAMETER_NAME
- See Also:
- Constant Field Values
INSTANCE_START_REQUIRED_DEPENDENCIES_PARAMETER_NAME
public static final String INSTANCE_START_REQUIRED_DEPENDENCIES_PARAMETER_NAME
- See Also:
- Constant Field Values
RequiredDependenciesCommandLineParser
public RequiredDependenciesCommandLineParser()
convertRequiredDependenciesToCommandLineParameter
public static CommandLineParser.Parameter convertRequiredDependenciesToCommandLineParameter(String commandLineParameter,
org.jini.rio.core.RequiredDependencies requiredDependencies)
isInstanceDeploymentDependencies
public static boolean isInstanceDeploymentDependencies(CommandLineParser.Parameter parameter)
isInstanceStartDependencies
public static boolean isInstanceStartDependencies(CommandLineParser.Parameter parameter)
convertCommandlineParameterToInstanceDeploymentDependencies
public static org.jini.rio.core.RequiredDependencies convertCommandlineParameterToInstanceDeploymentDependencies(CommandLineParser.Parameter parameter)
convertCommandlineParameterToInstanceStartDependencies
public static org.jini.rio.core.RequiredDependencies convertCommandlineParameterToInstanceStartDependencies(CommandLineParser.Parameter parameter)
Copyright © GigaSpaces.