Class RequiredDependenciesCommandLineParser
java.lang.Object
org.openspaces.pu.container.support.RequiredDependenciesCommandLineParser
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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jini.rio.core.RequiredDependenciesstatic org.jini.rio.core.RequiredDependenciesstatic CommandLineParser.ParameterconvertRequiredDependenciesToCommandLineParameter(String commandLineParameter, org.jini.rio.core.RequiredDependencies requiredDependencies) static booleanstatic boolean
-
Field Details
-
INSTANCE_DEPLOYMENT_REQUIRED_DEPENDENCIES_PARAMETER_NAME
- See Also:
-
INSTANCE_START_REQUIRED_DEPENDENCIES_PARAMETER_NAME
- See Also:
-
-
Constructor Details
-
RequiredDependenciesCommandLineParser
public RequiredDependenciesCommandLineParser()
-
-
Method Details
-
convertRequiredDependenciesToCommandLineParameter
public static CommandLineParser.Parameter convertRequiredDependenciesToCommandLineParameter(String commandLineParameter, org.jini.rio.core.RequiredDependencies requiredDependencies) -
isInstanceDeploymentDependencies
-
isInstanceStartDependencies
-
convertCommandlineParameterToInstanceDeploymentDependencies
public static org.jini.rio.core.RequiredDependencies convertCommandlineParameterToInstanceDeploymentDependencies(CommandLineParser.Parameter parameter) -
convertCommandlineParameterToInstanceStartDependencies
public static org.jini.rio.core.RequiredDependencies convertCommandlineParameterToInstanceStartDependencies(CommandLineParser.Parameter parameter)
-