org.apache.tools.ant.taskdefs.optional.ssh

Class SSHSession.NestedSequential

public static class SSHSession.NestedSequential extends Object implements TaskContainer

The class corresponding to the sequential nested element. This is a simple task container.
Method Summary
voidaddTask(Task task)
Add a task or type to the container.
ListgetNested()

Method Detail

addTask

public void addTask(Task task)
Add a task or type to the container.

Parameters: task an unknown element.

getNested

public List getNested()

Returns: the list of unknown elements