org.codehaus.plexus.classworlds.event

Class ResourceEventDebug

Implemented Interfaces:
ClassEventListener, ResourceEventListener

public class ResourceEventDebug
extends ClassEventDebug
implements ResourceEventListener

Created by IntelliJ IDEA.

Method Summary

void
failed(String name, Strategy strategy)
void
found(String name, Strategy strategy, URL found)
void
lookup(String name, Strategy strategy)

Methods inherited from class org.codehaus.plexus.classworlds.event.ClassEventDebug

failed, found, getClassName, lookup

Method Details

failed

public void failed(String name,
                   Strategy strategy)
Specified by:
failed in interface ResourceEventListener

found

public void found(String name,
                  Strategy strategy,
                  URL found)
Specified by:
found in interface ResourceEventListener

lookup

public void lookup(String name,
                   Strategy strategy)
Specified by:
lookup in interface ResourceEventListener
lookup in interface ClassEventListener
Overrides:
lookup in interface ClassEventDebug