public class DefaultDependencyInterceptor extends java.lang.Object implements DependencyInterceptor
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<DependencyModel> |
dependencies
The set of managed dependencies.
|
TARGET_PROPERTY
Constructor and Description |
---|
DefaultDependencyInterceptor() |
Modifier and Type | Method and Description |
---|---|
void |
close(DependencyModel dependency)
Closes the interception of the given dependency.
|
void |
open(DependencyModel dependency)
Opens the interception of the given dependency.
|
protected final java.util.Set<DependencyModel> dependencies
public void close(DependencyModel dependency)
close
in interface DependencyInterceptor
dependency
- the dependency stopping its use of the interceptorpublic void open(DependencyModel dependency)
open
in interface DependencyInterceptor
dependency
- the dependency starting using the interceptor.Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.