org.modeldriven.fuml.io
Class IncrementalArtifactLoader

java.lang.Object
  extended by org.modeldriven.fuml.io.ArtifactLoader
      extended by org.modeldriven.fuml.io.IncrementalArtifactLoader
All Implemented Interfaces:
EventListener, ElementAssemblerEventListener, ElementReaderEventListener, ValidationEventListener

public class IncrementalArtifactLoader
extends ArtifactLoader


Constructor Summary
IncrementalArtifactLoader()
           
 
Method Summary
 void read(FileArtifact artifact)
           
 void read(ResourceArtifact artifact)
           
 void validationError(ValidationErrorEvent event)
           
 
Methods inherited from class org.modeldriven.fuml.io.ArtifactLoader
elementAssembled, elementGraphAssembled, elementStubAssembled, streamCompleted, validationCompleted, validationStarted
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncrementalArtifactLoader

public IncrementalArtifactLoader()
Method Detail

read

public void read(FileArtifact artifact)
Overrides:
read in class ArtifactLoader

read

public void read(ResourceArtifact artifact)
Overrides:
read in class ArtifactLoader

validationError

public void validationError(ValidationErrorEvent event)
Specified by:
validationError in interface ValidationEventListener
Overrides:
validationError in class ArtifactLoader


Copyright © 2012. All Rights Reserved.