tangentum technologies    
 

Deutsch

   
   
 
    in-class-implementing-interface-from-package-or-subpackage

in-class-implementing-interface-from-package-or-subpackage

Name

in-class-implementing-interface-from-package-or-subpackage -- Selects methods that are defined in classes which are direct implementations of interfaces that are members of a specified set of packages, or any of their subpackages.

Synopsis

<... ... in-class-implementing-interface-from-package-or-subpackage="package-name (, package-name)*" ... />

Description

This condition-attribute evaluates to true for methods that are defined in classes which are direct implementations of interfaces which are members of one of the specified packages, or any of their subpackages.

The packages are given as a comma-separated list of package-names. The order of the given package-names is not important. Each package-name should follow the conventions used for naming packages in Java.

Examples for specifying subpackages are given in selection predicate in-class-from-subpackage. The same rules defined there apply also to the selection of interfaces.