Package net.fortuna.ical4j.model
Class AbstractContentFactory<T>
java.lang.Object
net.fortuna.ical4j.model.AbstractContentFactory<T>
- All Implemented Interfaces:
Serializable,Supplier<List<T>>
- Direct Known Subclasses:
ComponentFactoryImpl,ParameterFactoryImpl,PropertyFactoryImpl
@Deprecated
public abstract class AbstractContentFactory<T>
extends Object
implements Serializable, Supplier<List<T>>
Deprecated.
$Id$
Created on 28/01/2007
Abstract implementation of a content factory.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractContentFactory(ServiceLoader factoryLoader, boolean allowIllegalNames) Deprecated.Default constructor. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDeprecated.protected abstract booleanfactorySupports(T factory, String key) Deprecated.get()Deprecated.protected final TgetFactory(String key) Deprecated.protected final voidregisterExtendedFactory(String key, T factory) Deprecated.Define extensions in META-INF/services/net.fortuna.ical4j.model.[Type]Factory
-
Field Details
-
factoryLoader
Deprecated.
-
-
Constructor Details
-
AbstractContentFactory
Deprecated.Default constructor.
-
-
Method Details
-
registerExtendedFactory
Deprecated.Define extensions in META-INF/services/net.fortuna.ical4j.model.[Type]FactoryRegister a non-standard content factory. -
factorySupports
Deprecated. -
getFactory
Deprecated.- Parameters:
key- a factory key- Returns:
- a factory associated with the specified key, giving preference to standard factories
- Throws:
IllegalArgumentException- if the specified key is blank
-
allowIllegalNames
protected boolean allowIllegalNames()Deprecated.- Returns:
- true if non-standard names are allowed, otherwise false
-
get
Deprecated.
-