Module ical4j.core

Class AddressList

java.lang.Object
net.fortuna.ical4j.model.AddressList
All Implemented Interfaces:
Serializable

public class AddressList extends Object implements Serializable
$Id$ [23-Apr-2004] Defines a list of iCalendar addresses.
See Also:
  • Constructor Details

    • AddressList

      public AddressList()
      Default constructor.
    • AddressList

      public AddressList(String aValue) throws URISyntaxException
      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

      public AddressList(String aValue, boolean allowInvalidAddress) throws URISyntaxException
      Throws:
      URISyntaxException
    • AddressList

      public AddressList(List<URI> addresses)
  • Method Details