Package com.atlassian.plugin

Examples of com.atlassian.plugin.DefaultModuleDescriptorFactory


    scannerConfig.getPackageIncludes().add("org.slf4j.*");

    scannerConfig.getPackageIncludes().add("javax.servlet.*");
    scannerConfig.getPackageIncludes().add("org.springframework.security.*");
    // Determine which module descriptors, or extension points, to expose.
    DefaultModuleDescriptorFactory modules = new DefaultModuleDescriptorFactory(new DefaultHostContainer());
    initPluginDescriptor(modules, DEFAULT_PACKAGE_NAME);

    // Determine which service objects to expose to plugins
    HostComponentProvider host = new HostComponentProvider() {
      public void provide(ComponentRegistrar reg) {
View Full Code Here

TOP

Related Classes of com.atlassian.plugin.DefaultModuleDescriptorFactory

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.