| Modifier and Type | Field and Description |
|---|---|
private java.util.ArrayList<NamedPoint> |
Application.points
Points specified for this Application in the config file.
|
private java.util.ArrayList<java.util.ArrayList<NamedPoint>> |
ConfigHandler.pointsList
All
NamedPoints for each Application defined in config file |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<NamedPoint> |
ConfigHandler.getPoints(int index)
Gets the list of points for the
Application at the specified index. |
| Constructor and Description |
|---|
Application(java.lang.String name,
java.util.ArrayList<NamedPoint> points)
Object for manipulating external applications.
|