org.apache.tools.ant.taskdefs.optional.sshClass SSHSession.NestedSequential
- java.lang.Object
- org.apache.tools.ant.taskdefs.optional.ssh.SSHSession.NestedSequential
- All Implemented Interfaces:
- TaskContainer
- Enclosing class:
- SSHSession
public static class SSHSession.NestedSequential extends java.lang.Object implements TaskContainerThe class corresponding to the sequential nested element. This is a simple task container.
Constructor Summary
Constructors Constructor and Description NestedSequential()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
addTask(Task task)
Add a task or type to the container.java.util.List<Task>
getNested()
Method Detail
addTask
public void addTask(Task task)Add a task or type to the container.
- Specified by:
addTask
in interfaceTaskContainer
- Parameters:
task
- an unknown element.
getNested
public java.util.List<Task> getNested()
- Returns:
- the list of unknown elements