Package ball.util.ant.taskdefs
Interface AntTaskMixIn
-
- All Known Subinterfaces:
AnnotatedAntTask
,AntTaskLogMethods
,ClasspathDelegateAntTask
,ConfigurableAntTask
,PropertySetterAntTask
- All Known Implementing Classes:
CombinationsTask
,CombinationsTask.Count
,CombinationsTask.Of
,InstanceOfTask
,PatternTask
,PatternTask.Matches
,PatternTask.Split
,PermutationsTask
,PermutationsTask.Count
,PermutationsTask.Of
,PreferencesTask
,PreferencesTask.Export
,ProcessClassFilesTask
,StreamTokenizerTask
,StreamTokenizerTask.FromString
,TypeTask
,TypeTask.BeanInfoFor
,TypeTask.IsAssignableFrom
,TypeTask.MembersOf
,TypeTask.ResourcePathTo
,TypeTask.SuperclassesOf
,XPathEvaluateTask
public interface AntTaskMixIn
Marker interface to indicate sub-interfaces should only be implemented by aTask
. Enforced byAntTaskMixInProcessor
.- Author:
- Allen D. Ball