net.fortuna.ical4j.model
Class AbstractContentFactory

java.lang.Object
  extended by net.fortuna.ical4j.model.AbstractContentFactory
Direct Known Subclasses:
ParameterFactoryImpl, PropertyFactoryImpl

public abstract class AbstractContentFactory
extends Object

Abstract implementation of a content factory.

Author:
Ben Fortuna

Field Summary
protected  Map factories
           
 
Constructor Summary
AbstractContentFactory()
          Default constructor.
 
Method Summary
protected  boolean allowIllegalNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

factories

protected Map factories
Constructor Detail

AbstractContentFactory

public AbstractContentFactory()
Default constructor.

Method Detail

allowIllegalNames

protected boolean allowIllegalNames()
Returns:


Copyright © 2004-2007 Modularity. All Rights Reserved.