tangentum technologies    
 

Deutsch

   
   
 
    in-class-extending-class-from-package

in-class-extending-class-from-package

Name

in-class-extending-class-from-package -- Selects methods that are defined in classes which are direct extensions of classes that are members of a specified set of packages.

Synopsis

<... ... in-class-extending-class-from-package="package-name (, package-name)*" ... />

Description

This condition-attribute evaluates to true for methods that are defined in classes that are direct extensions of classes that are members of one of the specified packages.

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.

Specifying subpackages: This predicate does not select classes from subpackages of the specified packages. If you also like to select classes from subpackages, please use the predicates in-class-extending-class-from-subpackage or in-class-extending-class-from-package-or-subpackage respectively.

Examples for specifying packages are given in selection predicate in-class-from-package. The same rules defined there apply also to the selection of direct base-classes.