xdoclet.sdk.ant
Class AntTaskPredicate
java.lang.Object
|
+--xdoclet.sdk.ant.AntTaskPredicate
- All Implemented Interfaces:
- Predicate
- public class AntTaskPredicate
- extends Object
- implements Predicate
Predicate that lets through Ant tasks.
- Version:
- $Revision: 1.7 $
- Author:
- Aslak Hellesøy, Erik Hatcher
Method Summary |
boolean |
evaluate(Object o)
Checks many factors to determine if the class is indeed an Ant task or
not. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AntTaskPredicate
public AntTaskPredicate()
evaluate
public boolean evaluate(Object o)
- Checks many factors to determine if the class is indeed an Ant task or
not.
- Specified by:
evaluate
in interface Predicate
- Returns:
- true if o is a class and represents an Ant task.
Copyright © 2000-2003 XDoclet Team. All Rights Reserved.