Package io.virtualan.cucumblan.props
Class EndpointConfiguration
- java.lang.Object
-
- io.virtualan.cucumblan.props.EndpointConfiguration
-
public class EndpointConfiguration extends java.lang.ObjectThe 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.java.util.PropertiesgetProperty(java.lang.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 java.util.Properties getProperty(java.lang.String keyName)
Gets property.- Parameters:
keyName- the key name- Returns:
- the property
-
-