|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbiweekly.component.marshaller.ComponentLibrary
public class ComponentLibrary
Contains the listing of all component marshallers.
| Method Summary | |
|---|---|
static ICalComponentMarshaller<? extends ICalComponent> |
getMarshaller(Class<? extends ICalComponent> clazz)
Gets a component marshaller by class. |
static ICalComponentMarshaller<? extends ICalComponent> |
getMarshaller(String componentName)
Gets a component marshaller by name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ICalComponentMarshaller<? extends ICalComponent> getMarshaller(String componentName)
componentName - the component name (e.g. "VEVENT")
public static ICalComponentMarshaller<? extends ICalComponent> getMarshaller(Class<? extends ICalComponent> clazz)
clazz - the component class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||