JTR 5.0 API Documentation

jtr.config.remote
Class Nodes

java.lang.Object
  extended by jtr.config.remote.Nodes
All Implemented Interfaces:
java.io.Serializable

public class Nodes
extends java.lang.Object
implements java.io.Serializable

This class maps the nodes element of a JTR configuration file.

Since:
4.0
Version:
5.0
Author:
frusso
See Also:
Serialized Form

Constructor Summary
Nodes()
          Creates a new instance of Nodes
 
Method Summary
 void addNode(Node host)
           
 java.util.List<Node> getNodes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Nodes

public Nodes()
Creates a new instance of Nodes

Method Detail

addNode

public void addNode(Node host)

getNodes

public java.util.List<Node> getNodes()

The JTR Project is licensed under GPL version 2