Package io.virtualan.cucumblan.props
Class EndpointConfiguration
- java.lang.Object
-
- io.virtualan.cucumblan.props.EndpointConfiguration
-
public class EndpointConfiguration extends Object
The type Endpoint configuration.- Author:
- Elan Thangamani
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EndpointConfigurationgetInstance()Gets instance.PropertiesgetProperty(String keyName)Gets property.voidloadEndpoints()Load endpoints.
-
-
-
Method Detail
-
getInstance
public static EndpointConfiguration getInstance()
Gets instance.- Returns:
- the instance
-
loadEndpoints
public void loadEndpoints()
Load endpoints.
-
getProperty
public Properties getProperty(String keyName)
Gets property.- Parameters:
keyName- the key name- Returns:
- the property
-
-