org.apache.jackrabbit.server.io
Class DefaultIOManager

java.lang.Object
  extended by org.apache.jackrabbit.server.io.IOManagerImpl
      extended by org.apache.jackrabbit.server.io.DefaultIOManager
All Implemented Interfaces:
IOManager

public class DefaultIOManager
extends IOManagerImpl

DefaultIOManager...


Constructor Summary
DefaultIOManager()
          Creates a new DefaultIOManager and populates the internal list of IOHandlers by the defaults.
 
Method Summary
protected  void init()
          Add the predefined IOHandlers to this manager.
 
Methods inherited from class org.apache.jackrabbit.server.io.IOManagerImpl
addIOHandler, exportContent, exportContent, getDetector, getIOHandlers, importContent, importContent, setDetector
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultIOManager

public DefaultIOManager()
Creates a new DefaultIOManager and populates the internal list of IOHandlers by the defaults.

See Also:
init()
Method Detail

init

protected void init()
Add the predefined IOHandlers to this manager. This includes



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.