|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MethodRemover
Removes the methods from further processing by subsequent Facets.
| Method Summary | |
|---|---|
void |
removeMethod(java.lang.reflect.Method method)
|
void |
removeMethod(MethodScope methodScope,
java.lang.String methodName,
java.lang.Class<?> returnType,
java.lang.Class<?>[] parameterTypes)
Locate all methods (that the implementation should somehow know about) that match the criteria and remove them from the implementation's list so that they are not considered for subsequent scans. |
void |
removeMethods(java.util.List<java.lang.reflect.Method> methods)
|
java.util.List<java.lang.reflect.Method> |
removeMethods(MethodScope methodScope,
java.lang.String prefix,
java.lang.Class<?> returnType,
boolean canBeVoid,
int paramCount)
Locate all methods (that the implementation should somehow know about) that match the criteria and remove them from the implementation's list so that they are not considered for subsequent scans. |
| Method Detail |
|---|
java.util.List<java.lang.reflect.Method> removeMethods(MethodScope methodScope,
java.lang.String prefix,
java.lang.Class<?> returnType,
boolean canBeVoid,
int paramCount)
methodScope - - whethre looking for static (class) or instance-level methods.
void removeMethod(MethodScope methodScope,
java.lang.String methodName,
java.lang.Class<?> returnType,
java.lang.Class<?>[] parameterTypes)
forClass - - if true, then looking for static methods (otherwise instance methods).void removeMethod(java.lang.reflect.Method method)
void removeMethods(java.util.List<java.lang.reflect.Method> methods)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||