Class VResource.Factory
- java.lang.Object
-
- net.fortuna.ical4j.model.Content.Factory
-
- net.fortuna.ical4j.model.component.VResource.Factory
-
- All Implemented Interfaces:
Serializable
,ComponentFactory<VResource>
- Enclosing class:
- VResource
public static class VResource.Factory extends Content.Factory implements ComponentFactory<VResource>
Default factory.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VResource
createComponent()
VResource
createComponent(PropertyList<Property> properties)
-
Methods inherited from class net.fortuna.ical4j.model.Content.Factory
supports
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.fortuna.ical4j.model.ComponentFactory
createComponent, supports
-
-
-
-
Method Detail
-
createComponent
public VResource createComponent()
- Specified by:
createComponent
in interfaceComponentFactory<VResource>
-
createComponent
public VResource createComponent(PropertyList<Property> properties)
- Specified by:
createComponent
in interfaceComponentFactory<VResource>
-
-