Open Kilda Java Documentation
org.openkilda.wfm.LaunchEnvironment Class Reference

Public Member Functions

 LaunchEnvironment (String[] args) throws CmdLineException, ConfigurationException
 
String getTopologyName ()
 
ConfigurationProvider getConfigurationProvider (String... prefixes)
 
KafkaNamingStrategy getKafkaNamingStrategy ()
 
TopologyNamingStrategy getTopologyNamingStrategy ()
 
void setupOverlay (Properties overlay)
 

Protected Member Functions

Properties getProperties ()
 

Detailed Description

Definition at line 32 of file LaunchEnvironment.java.

Constructor & Destructor Documentation

◆ LaunchEnvironment()

org.openkilda.wfm.LaunchEnvironment.LaunchEnvironment ( String []  args) throws CmdLineException, ConfigurationException

Definition at line 38 of file LaunchEnvironment.java.

Member Function Documentation

◆ getConfigurationProvider()

ConfigurationProvider org.openkilda.wfm.LaunchEnvironment.getConfigurationProvider ( String...  prefixes)

Returns a provider for configuration entities.

The provider is pre-configured for the environment settings and CLI options.

Parameters
prefixesis an ordered list of property prefixes to be used for configuration entries lookup.

Definition at line 55 of file LaunchEnvironment.java.

◆ getKafkaNamingStrategy()

KafkaNamingStrategy org.openkilda.wfm.LaunchEnvironment.getKafkaNamingStrategy ( )

Definition at line 63 of file LaunchEnvironment.java.

◆ getProperties()

Properties org.openkilda.wfm.LaunchEnvironment.getProperties ( )
protected

Definition at line 98 of file LaunchEnvironment.java.

◆ getTopologyName()

String org.openkilda.wfm.LaunchEnvironment.getTopologyName ( )

Definition at line 44 of file LaunchEnvironment.java.

◆ getTopologyNamingStrategy()

TopologyNamingStrategy org.openkilda.wfm.LaunchEnvironment.getTopologyNamingStrategy ( )

Definition at line 67 of file LaunchEnvironment.java.

◆ setupOverlay()

void org.openkilda.wfm.LaunchEnvironment.setupOverlay ( Properties  overlay)

Definition at line 79 of file LaunchEnvironment.java.


The documentation for this class was generated from the following file: