org.keridwen.core.data.model.io
Interface NodeWriter

All Superinterfaces:
Controllable, Progressable

public interface NodeWriter
extends Progressable, Controllable


Method Summary
 String getFormatSpecification()
           
 nu.xom.Element getXMLDescription()
           
 void writeContent(URI anURI)
           
 
Methods inherited from interface org.keridwen.core.data.model.progress.Progressable
addProgressableListener, clearProgressableListener, getProgress, getState, isDetermined, removeProgressableListener
 
Methods inherited from interface org.keridwen.core.data.model.progress.Controllable
addControllableListener, clearControllableListener, getState, interrupt, isInterrupted, isInterruptible, isPausable, pause, removeControllableListener, resume
 

Method Detail

writeContent

void writeContent(URI anURI)
                  throws IOException
Throws:
IOException

getXMLDescription

nu.xom.Element getXMLDescription()

getFormatSpecification

String getFormatSpecification()


Copyright © 2010-2013 Artenum. All Rights Reserved.