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

All Superinterfaces:
Controllable, Progressable
All Known Implementing Classes:
DefaultTreeReader

public interface TreeReader
extends Progressable, Controllable


Method Summary
 void readTree(DataModel modelToInitialize, URI anURI, String metadataFileName)
           
 
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

readTree

void readTree(DataModel modelToInitialize,
              URI anURI,
              String metadataFileName)
              throws IOException
Throws:
IOException


Copyright © 2010-2013 Artenum. All Rights Reserved.