org.nanocontainer.aop
Interface ComponentPointcut

All Known Implementing Classes:
KeyEqualsComponentPointcut, NameMatchesComponentPointcut

public interface ComponentPointcut

Pointcut that picks component keys.

Version:
$Revision: 3144 $
Author:
Stephen Molitor

Method Summary
 boolean picks(java.lang.Object componentKey)
          Returns true if the component key satisfies this pointcut.
 

Method Detail

picks

public boolean picks(java.lang.Object componentKey)
Returns true if the component key satisfies this pointcut.

Parameters:
componentKey - the component key.
Returns:
true if the pointcut is satisfied, else false.


Copyright © 2003-2007 Codehaus. All Rights Reserved.