Class ConfigLocationParser
java.lang.Object
org.openspaces.pu.container.support.ConfigLocationParser
Parses multiple -config parameter by adding it to
ApplicationContextProcessingUnitContainerProvider.addConfigLocation(String).- Author:
- kimchy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidparse(ApplicationContextProcessingUnitContainerProvider containerProvider, CommandLineParser.Parameter[] params) Parses multiple -config parameter by adding it toApplicationContextProcessingUnitContainerProvider.addConfigLocation(String).
-
Field Details
-
CONFIG_PARAMETER
- See Also:
-
-
Constructor Details
-
ConfigLocationParser
public ConfigLocationParser()
-
-
Method Details
-
parse
public static void parse(ApplicationContextProcessingUnitContainerProvider containerProvider, CommandLineParser.Parameter[] params) throws IOException Parses multiple -config parameter by adding it toApplicationContextProcessingUnitContainerProvider.addConfigLocation(String).- Parameters:
containerProvider- The container provider to add the config location toparams- The parameters to parse for -config options- Throws:
IOException
-