| Modifier and Type | Class and Description |
|---|---|
class |
AntTask
Recurses through a set of directories, files, archive files and nested archives and executes a set of tests and
actions for each file and archive entry.
|
static class |
AntTask.AndElement
Combines subexpressions logically: Evaluates its subexpressions sequentially; if one of them evaluates to
false, then the remaining subexpressions are not evaluated, and false is returned. |
static class |
AntTask.CommaElement
Evaluates subexpressions sequentially; returns the value of the last subexpression.
|
static class |
AntTask.NotElement
Negates its subelement expression.
|
static class |
AntTask.OrElement
Combines subexpressions logically: Evaluates its subexpressions sequentially; if one of them evaluates to
true, then the remaining subexpressions are not evaluated, and true is returned. |
Copyright © 2019 Arno Unkrig. All rights reserved.