| Package | Description | 
|---|---|
| com.tailf.conf | 
 Data types and utilities for communication with the server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ConfList.WhereTo | 
ConfList.WhereTo.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ConfList.WhereTo[] | 
ConfList.WhereTo.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ConfList.move(ConfObject n,
    ConfList.WhereTo where,
    ConfObject to)
Move a list element to a new position in the list. 
 |