Package org.apache.felix.dm.impl.dependencies

Examples of org.apache.felix.dm.impl.dependencies.ConfigurationDependencyImpl


     * Creates a new configuration dependency.
     *
     * @return the configuration dependency
     */
    public ConfigurationDependency createConfigurationDependency() {
        return new ConfigurationDependencyImpl(m_context, m_logger);
    }
View Full Code Here

TOP

Related Classes of org.apache.felix.dm.impl.dependencies.ConfigurationDependencyImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.