Package | Description |
---|---|
org.openspaces.admin.internal.pu.dependency | |
org.openspaces.pu.container.support |
Support classes for processing unit containers including command line parsers and Spring resource based
application context.
|
Modifier and Type | Method and Description |
---|---|
CommandLineParser.Parameter[] |
InternalProcessingUnitDependencies.toCommandLineParameters() |
CommandLineParser.Parameter[] |
AbstractProcessingUnitDependencies.toCommandLineParameters() |
Modifier and Type | Method and Description |
---|---|
static CommandLineParser.Parameter |
RequiredDependenciesCommandLineParser.convertRequiredDependenciesToCommandLineParameter(String commandLineParameter,
org.jini.rio.core.RequiredDependencies requiredDependencies) |
static CommandLineParser.Parameter[] |
CommandLineParser.parse(String[] args) |
static CommandLineParser.Parameter[] |
CommandLineParser.parse(String[] args,
int length) |
static CommandLineParser.Parameter[] |
CommandLineParser.parse(String[] args,
Set<String> parametersWithoutValues) |
Modifier and Type | Method and Description |
---|---|
static org.jini.rio.core.RequiredDependencies |
RequiredDependenciesCommandLineParser.convertCommandlineParameterToInstanceDeploymentDependencies(CommandLineParser.Parameter parameter) |
static org.jini.rio.core.RequiredDependencies |
RequiredDependenciesCommandLineParser.convertCommandlineParameterToInstanceStartDependencies(CommandLineParser.Parameter parameter) |
static boolean |
RequiredDependenciesCommandLineParser.isInstanceDeploymentDependencies(CommandLineParser.Parameter parameter) |
static boolean |
RequiredDependenciesCommandLineParser.isInstanceStartDependencies(CommandLineParser.Parameter parameter) |
static void |
ConfigLocationParser.parse(ApplicationContextProcessingUnitContainerProvider containerProvider,
CommandLineParser.Parameter[] params)
Parses multiple -config parameter by adding it to
ApplicationContextProcessingUnitContainerProvider.addConfigLocation(String) . |
static BeanLevelProperties |
BeanLevelPropertiesParser.parse(BeanLevelProperties beanLevelProperties,
CommandLineParser.Parameter[] params) |
static String |
SpaceNameParser.parse(CommandLineParser.Parameter[] params)
Parses space name -name parameter
|
static String |
ProcessingUnitPathParser.parse(CommandLineParser.Parameter[] params)
Parses -path parameter
|
static BeanLevelProperties |
BeanLevelPropertiesParser.parse(CommandLineParser.Parameter[] params) |
static ClusterInfo |
ClusterInfoParser.parse(CommandLineParser.Parameter[] params) |
Copyright © GigaSpaces.