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
  • Field Details

    • INSTANCE_DEPLOYMENT_REQUIRED_DEPENDENCIES_PARAMETER_NAME

      public static final String INSTANCE_DEPLOYMENT_REQUIRED_DEPENDENCIES_PARAMETER_NAME
      See Also:
    • INSTANCE_START_REQUIRED_DEPENDENCIES_PARAMETER_NAME

      public static final String 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

      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)