Package org.verifyica.api
Interface Configuration
public interface Configuration
Interface to implement Configuration
-
Method Summary
Modifier and TypeMethodDescriptionGet the configuration PropertiesDeprecated.Get 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
-
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
-
getPropertiesFilename
Deprecated.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
-