java.lang.Object
net.fortuna.ical4j.model.AddressList
- All Implemented Interfaces:
Serializable
$Id$ [23-Apr-2004]
Defines a list of iCalendar addresses.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.AddressList(String aValue) Parses the specified string representation to create a list of addresses.AddressList(String aValue, boolean allowInvalidAddress) AddressList(List<URI> addresses) -
Method Summary
Modifier and TypeMethodDescriptionfinal AddressListAdd an address to the list.final AddressListRemove an address from the list.final StringtoString()static String
-
Constructor Details
-
AddressList
public AddressList()Default constructor. -
AddressList
Parses the specified string representation to create a list of addresses.- Parameters:
aValue- a string representation of a list of addresses- Throws:
URISyntaxException- where the specified string is not a valid representation
-
AddressList
- Throws:
URISyntaxException
-
AddressList
-
-
Method Details
-
getAddresses
-
toString
-
toString
-
add
Add an address to the list.- Parameters:
address- the address to add- Returns:
- true
- See Also:
-
remove
Remove an address from the list.- Parameters:
address- the address to remove- Returns:
- true if the list contained the specified address
- See Also:
-