Package org.verifyica.api
Interface Configuration
public interface Configuration
Interface to implement Configuration
-
Method Summary
Modifier and TypeMethodDescriptionGet the Configuration PropertiesGet the Path to the Properties configuration file
-
Method Details
-
getPropertiesFilename
Get the Path to the Properties configuration file- Returns:
- an Optional containing Path to the Properties configuration file, or Optional.empty() if no properties configuration file was found
-
getProperties
Properties getProperties()Get the Configuration Properties- Returns:
- Configuration Properties
-