public class LinkProfiles
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
LinkProfiles.LinkProfileAlreadyExistsException |
| Modifier and Type | Field and Description |
|---|---|
private LinkProfile |
lastProfile |
private java.util.Hashtable |
profileNameMap |
private java.util.Hashtable |
profiles |
| Constructor and Description |
|---|
LinkProfiles() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProfile(LinkProfile p) |
LinkProfile |
getLastProfile() |
LinkProfile |
getProfile(java.lang.String name) |
LinkProfile[] |
getProfiles() |
void |
removeProfile(LinkProfile p) |
java.lang.String |
toString() |
private java.util.Hashtable profiles
private java.util.Hashtable profileNameMap
private LinkProfile lastProfile
public void addProfile(LinkProfile p)
public void removeProfile(LinkProfile p)
public LinkProfile getProfile(java.lang.String name)
public LinkProfile[] getProfiles()
public LinkProfile getLastProfile()
public java.lang.String toString()
toString in class java.lang.Object