Package org.apache.lucene.gdata.server.registry.configuration

Examples of org.apache.lucene.gdata.server.registry.configuration.PropertyInjector


     * Injects the configured properties located in the configuration into the
     * given server component
     */
    private void configureComponent(final ServerComponent component,
            final ComponentType type, final ComponentConfiguration configuration) {
        PropertyInjector injector = new PropertyInjector();
        injector.setTargetObject(component);
        injector.injectProperties(configuration);
    }
View Full Code Here

TOP

Related Classes of org.apache.lucene.gdata.server.registry.configuration.PropertyInjector

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.