xdoclet.sdk.ant
Class PropertyMethodPredicate

java.lang.Object
  |
  +--xdoclet.sdk.ant.PropertyMethodPredicate
All Implemented Interfaces:
Predicate

public class PropertyMethodPredicate
extends Object
implements Predicate

Predicate that lets through Ant tasks.

Version:
$Revision: 1.4 $
Author:
Aslak Hellesøy

Constructor Summary
PropertyMethodPredicate(XClass clazz)
           
 
Method Summary
 boolean evaluate(Object o)
          Returns true if the method is a property method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyMethodPredicate

public PropertyMethodPredicate(XClass clazz)
                        throws XDocletException
Method Detail

evaluate

public boolean evaluate(Object o)
Returns true if the method is a property method.

Specified by:
evaluate in interface Predicate


Copyright © 2000-2003 XDoclet Team. All Rights Reserved.