Example usage for org.apache.maven.artifact.resolver ResolutionListener interface-usage

List of usage examples for org.apache.maven.artifact.resolver ResolutionListener interface-usage

Introduction

In this page you can find the example usage for org.apache.maven.artifact.resolver ResolutionListener interface-usage.

Usage

From source file com.adviser.maven.ResolutionListenerImpl.java

public class ResolutionListenerImpl implements ResolutionListener {

    private Stack parents = new Stack();
    private Map artifacts = new HashMap();
    private Node rootNode;
    private Log log;

From source file npanday.resolver.NPandayResolutionListener.java

/**
 * @author <a href="mailto:me@lcorneliussen.de>Lars Corneliussen, Faktum Software</a>
 */
public class NPandayResolutionListener extends AbstractLogEnabled implements ResolutionListener {
    private DefaultNPandayArtifactResolver resolver;

From source file org.apache.felix.karaf.tooling.features.ResolutionListenerImpl.java

/**
 * @author Edwin Punzalan
 * @version $Revision: 1.1 $
 */
public class ResolutionListenerImpl implements ResolutionListener {
    private Stack parents = new Stack();

From source file org.apache.karaf.tooling.features.ResolutionListenerImpl.java

public class ResolutionListenerImpl implements ResolutionListener {
    private Stack<Node> parents = new Stack<Node>();
    private Map<String, Node> artifacts = new HashMap<String, Node>();
    private Node rootNode;
    private Log log;

From source file org.codehaus.mojo.graphing.model.factory.DebugResolutionListener.java

/**
 * Debug Resolution Listener, suitable for use from plugin. 
 */
public class DebugResolutionListener implements ResolutionListener {
    private Log log;

From source file org.codehaus.mojo.pluginsupport.dependency.ResolutionListenerAdapter.java

/**
 * ???
 *
 * @version $Id$
 */
public class ResolutionListenerAdapter implements ResolutionListener {

From source file org.commonjava.emb.event.resolver.PluginDependencyResolutionListener.java

/**
 * Assists in detecting wagon providers brought into the plugin class path via legacy Maven core artifacts (e.g.
 * maven-core:2.0.6) and excluding them. A plugin should be able to explicitly declare dependencies on specific wagons
 * for its use. However, the (old) wagons pulled in transitively via legacy Maven core artifacts are usually not
 * intended as dependencies and more importantly screw up artifact resolution because they would get preferred over the
 * core wagon versions. This is a hack to provide backward-compat with Maven 2 (MNG-4528, MNG-4561).

From source file org.maven.ide.eclipse.embedder.EclipseResolutionListener.java

public class EclipseResolutionListener implements ResolutionListener {

    public void endProcessChildren(Artifact arg0) {
        // TODO Auto-generated method endProcessChildren

    }