net.sf.exorcist.api
Interface ContentConverter

All Known Implementing Classes:
IdentityConverter, MultiConverter, TrimAttachmentsConverter, XsltConverter

public interface ContentConverter

Converter plugin interface. This is the interface implemented by the Exorcist converter plugins. Converter plugins are used to transform a content state snapshot created by an exporter plugin into a content model expected by an importer plugin.


Method Summary
 void convertContent(ContentState state)
          Converts content from a source content model to a target content model.
 

Method Detail

convertContent

void convertContent(ContentState state)
                    throws ContentException
Converts content from a source content model to a target content model.

Parameters:
state - the content state snapshot to be populated
Throws:
ContentException - if the selected content could not be converted


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