Uses of Enum Class
com.nilhcem.fakesmtp.core.Configuration
Packages that use Configuration
Package
Description
Provides core methods to get the configuration of the project or i18n messages.
-
Uses of Configuration in com.nilhcem.fakesmtp.core
Methods in com.nilhcem.fakesmtp.core that return ConfigurationModifier and TypeMethodDescriptionConfiguration.loadFromFile(File file) Loads configuration from file.Configuration.loadFromUserProfile()Loads configuration from the .fakesmtp.properties file in user profile directory.static ConfigurationReturns the enum constant of this class with the specified name.static Configuration[]Configuration.values()Returns an array containing the constants of this enum class, in the order they are declared.