Package org.apache.sling.ide.eclipse.core.debug.impl

Examples of org.apache.sling.ide.eclipse.core.debug.impl.Tracer


        Dictionary<String, Object> props = new Hashtable<String, Object>();
        props.put(DebugOptions.LISTENER_SYMBOLICNAME, plugin.getBundle().getSymbolicName());
        BundleContext ctx = plugin.getBundle().getBundleContext();
        return ctx.registerService(new String[] { DebugOptionsListener.class.getName(), Logger.class.getName() },
                new Tracer(plugin), props);
    }
View Full Code Here

TOP

Related Classes of org.apache.sling.ide.eclipse.core.debug.impl.Tracer

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.