public class CaffeineConfigurationFactory extends Object
Modifier and Type | Method and Description |
---|---|
static List<CaffeineConfiguration> |
parseConfiguration()
Configures a bean from an property file in the classpath.
|
static List<CaffeineConfiguration> |
parseConfiguration(File file)
Configures a bean from an property file.
|
static List<CaffeineConfiguration> |
parseConfiguration(InputStream inputStream)
Configures a bean from an property input stream.
|
static List<CaffeineConfiguration> |
parseConfiguration(URL url)
Configures a bean from an property file available as an URL.
|
public static List<CaffeineConfiguration> parseConfiguration(File file) throws Exception
Exception
public static List<CaffeineConfiguration> parseConfiguration(URL url) throws Exception
Exception
public static List<CaffeineConfiguration> parseConfiguration() throws Exception
Exception
public static List<CaffeineConfiguration> parseConfiguration(InputStream inputStream) throws Exception
Exception
Copyright © 2018. All rights reserved.