public abstract class AbstractElementWithOperands
extends org.apache.tools.ant.ProjectComponent
| Constructor and Description |
|---|
AbstractElementWithOperands() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
addConfigured(AntTask.ExpressionElement operand)
Another expression that will be evaluated for each directory, file and archive entry.
|
Object |
createSequential()
The subtasks of this element will be executed for each directory, file and archive entry.
|
public Object createSequential()
true iff all subtasks complete successfully.public abstract void addConfigured(AntTask.ExpressionElement operand)
Copyright © 2019 Arno Unkrig. All rights reserved.