Package | Description |
---|---|
org.jim.server.command |
Modifier and Type | Method and Description |
---|---|
static List<CommandConfiguration> |
CommandConfigurationFactory.parseConfiguration()
Configures a bean from an property file in the classpath.
|
static List<CommandConfiguration> |
CommandConfigurationFactory.parseConfiguration(File file)
Configures a bean from an property file.
|
static List<CommandConfiguration> |
CommandConfigurationFactory.parseConfiguration(InputStream inputStream)
Configures a bean from an property input stream.
|
static List<CommandConfiguration> |
CommandConfigurationFactory.parseConfiguration(URL url)
Configures a bean from an property file available as an URL.
|
Copyright © 2018. All rights reserved.