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