net.sf.exorcist.core
Class IdentityConverter

java.lang.Object
  extended by net.sf.exorcist.core.IdentityConverter
All Implemented Interfaces:
ContentConverter

public class IdentityConverter
extends java.lang.Object
implements ContentConverter


Constructor Summary
IdentityConverter()
           
 
Method Summary
 void convertContent(ContentState state)
          Converts content from a source content model to a target content model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityConverter

public IdentityConverter()
Method Detail

convertContent

public void convertContent(ContentState state)
Description copied from interface: ContentConverter
Converts content from a source content model to a target content model.

Specified by:
convertContent in interface ContentConverter
Parameters:
state - the content state snapshot to be populated


Copyright © 2005 The Exorcist Team @ SourceForge. All Rights Reserved.