org.jdiameter.client.impl.helpers
Interface AppConfiguration
- All Superinterfaces:
- Configuration
- All Known Implementing Classes:
- EmptyConfiguration, EmptyConfiguration, XMLConfiguration, XMLConfiguration
public interface AppConfiguration
- extends Configuration
This interface provide methods for change configuration object
- Author:
- erick.svenson@yahoo.com, Alexandre Mendonca , Bartosz Baranowski
add
AppConfiguration add(Ordinal e,
Configuration... value)
- Add elements to configuration
- Parameters:
e - elements identifiervalue - array of elements
- Returns:
- instance of configuration
add
AppConfiguration add(Ordinal e,
java.lang.Object value)
- Parameters:
e - element identifiervalue - parameter value
- Returns:
- instance of configuration
Copyright © 2014. All Rights Reserved.