net.sf.joyaop.impl
Class Pointcuts.Interface

java.lang.Object
  extended by net.sf.joyaop.impl.Pointcuts.Interface
All Implemented Interfaces:
Pointcut
Enclosing class:
Pointcuts

public static class Pointcuts.Interface
extends java.lang.Object
implements Pointcut


Constructor Summary
Pointcuts.Interface(java.lang.Class interfaceClass)
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 int hashCode()
           
 boolean matches(java.lang.Class clazz)
           
 boolean matches(java.lang.Class clazz, java.lang.reflect.Method method)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pointcuts.Interface

public Pointcuts.Interface(java.lang.Class interfaceClass)
Method Detail

matches

public boolean matches(java.lang.Class clazz)
Specified by:
matches in interface Pointcut

matches

public boolean matches(java.lang.Class clazz,
                       java.lang.reflect.Method method)
Specified by:
matches in interface Pointcut

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2004 Shen Li. All Rights Reserved.