biweekly.property
Class Url
java.lang.Object
biweekly.property.ICalProperty
biweekly.property.ValuedProperty<String>
biweekly.property.TextProperty
biweekly.property.Url
public class Url
- extends TextProperty
Points to a resource that contains additional information about a component.
Examples:
Url url = new Url("http://example.com");
- Author:
- Michael Angstadt
- Specification Reference:
- RFC 5545 p.116-7
Constructor Summary |
Url(String url)
Creates a URL property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Url
public Url(String url)
- Creates a URL property.
- Parameters:
url
- the URL (e.g. "http://example.com/resource.ics")
Copyright © 2013 Michael Angstadt. All Rights Reserved.