|
|||
![]() |
|||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||
|
method-with-signature-containing-allNamemethod-with-signature-containing-all -- Selects methods whose signature contains all types from a specified set of types.DescriptionThis condition-attribute evaluates to true for methods with a signature that has all types of the specified set of types as member. 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-all="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-all="String"/> <!--------------------------------------------------------------> <!-- foo(java.lang.String) --> <!-- foo(java.lang.String[],java.lang.String) --> <!-- bar(java.lang.String[],java.lang.String) --> <log method-with-signature-containing-all="String,String[]"/> <!--------------------------------------------------------------> <!-- foo(java.lang.String[],java.lang.String) --> <!-- bar(java.lang.String[],java.lang.String) --> |
||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||
|
©2003, tangentum.com
All rights reserved.
|
|||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||