public class ClientList extends Object
| Constructor and Description |
|---|
ClientList() |
ClientList(File listFile) |
| Modifier and Type | Method and Description |
|---|---|
Client |
getClient(String name) |
String[] |
getClientNames() |
HashMap<String,Client> |
getClientsByName() |
String |
getCookieForPassword() |
String |
getCookieForUsername() |
Client |
getDefaultClient() |
public ClientList()
public ClientList(File listFile) throws ParserConfigurationException, IOException, ClassNotFoundException, InstantiationException, IllegalAccessException, SAXException
Copyright © 2012 David Milne. All Rights Reserved.