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 fileGet the Path to the Properties configuration filedefault PropertiesGet the Configuration PropertiesGet the Path to the Properties configuration file
-
Method Details
-
propertiesPath
Get the Path to the Properties configuration file- Returns:
- an Optional containing the Path to the Properties configuration file, or Optional.empty() if no properties configuration file was found
-
properties
Get the Configuration Properties- Returns:
- Configuration Properties
-
getPropertiesFilename
Get the Path to the Properties configuration file- Returns:
- an Optional containing the Path to the Properties configuration file, or Optional.empty() if no properties configuration file was found
-
getPropertiesPath
Get the Path to the Properties configuration file- Returns:
- an Optional containing the 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
-