Package org.springframework.osgi.extender.support.scanning

Examples of org.springframework.osgi.extender.support.scanning.DefaultConfigurationScanner


   *
   * @param bundle bundle for which the application context configuration is
   * created
   */
  public ApplicationContextConfiguration(Bundle bundle) {
    this(bundle, new DefaultConfigurationScanner());
  }
View Full Code Here

TOP

Related Classes of org.springframework.osgi.extender.support.scanning.DefaultConfigurationScanner

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.