|
|||
![]() |
|||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||
|
method-with-signature-containingNamemethod-with-signature-containing -- Selects methods whose signature contains a type from a specified set of types.DescriptionThis condition-attribute evaluates to true for methods with a signature that has one type which is member of the specified set of types. The types (classes, interfaces and built-in types) are given as a comma-separated list of type-names. The order of the type-names is not important. The type-names follow the conventions used in Java:
As an example take the following methods:
<log method-with-signature-containing="java.lang.String"/> <!--------------------------------------------------------------> <!-- foo(java.lang.String) --> <!-- foo(java.lang.String[],java.lang.String) --> <!-- bar(java.lang.String[],java.lang.String) --> <log method-with-signature-containing="String"/> <!--------------------------------------------------------------> <!-- foo(java.lang.String) --> <!-- foo(java.lang.String[],java.lang.String) --> <!-- bar(java.lang.String[],java.lang.String) --> <log method-with-signature-containing="com.abc_company.A_class"/> <!--------------------------------------------------------------> <!-- bar(com.abc_company.A_class,int[]) --> |
||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||
|
©2003, tangentum.com
All rights reserved.
|
|||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||