Class JCAConfigGen
java.lang.Object
org.epics.archiverappliance.engine.epics.JCAConfigGen
Read the system environment and generate a JCA config stream
As of today, this seems to be a more visible way to configure JCA for this project than hidden files or other schemes
We'll see how this stands the test of time.
- Author:
- mshankar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ByteArrayInputStreamgenerateJCAConfig(ConfigService configService) Use environment vars to generate a JCA config that can be handed off to a JCA DefaultConfigurationBuilder
-
Constructor Details
-
JCAConfigGen
public JCAConfigGen()
-
-
Method Details
-
generateJCAConfig
public static ByteArrayInputStream generateJCAConfig(ConfigService configService) throws ConfigException Use environment vars to generate a JCA config that can be handed off to a JCA DefaultConfigurationBuilder- Parameters:
configService- ConfigService- Returns:
- ByteArrayInputStream
- Throws:
ConfigException-
-