pl.bristleback.server.bristle.utils
Interface ResolverUtil.Test

All Known Implementing Classes:
ResolverUtil.IsAasignatedFrom
Enclosing class:
ResolverUtil<T>

public static interface ResolverUtil.Test

A simple interface that specifies how to test classes to determine if they are to be included in the results produced by the ResolverUtil.


Method Summary
 boolean matches(java.lang.Class<?> type)
          Will be called repeatedly with candidate classes.
 

Method Detail

matches

boolean matches(java.lang.Class<?> type)
Will be called repeatedly with candidate classes. Must return True if a class is to be included in the results, false otherwise.

Parameters:
type - class type
Returns:
true if class meets conditions


Copyright © 2011. All Rights Reserved.