org.activemath.content
Class ContentFactory

java.lang.Object
  extended by org.activemath.content.ContentFactory

public class ContentFactory
extends Object

Factory for content objects TODO: Currently, this factory can manage MBase and file-based storage. Needs to be sorted out...


Field Summary
protected static Logger log
           
 
Constructor Summary
ContentFactory(ContentManager contentManager, MBaseRef mbase)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static Logger log
Constructor Detail

ContentFactory

public ContentFactory(ContentManager contentManager,
                      MBaseRef mbase)