Uses of Interface
org.modeshape.sequencer.java.SourceFileRecorder

Packages that use SourceFileRecorder
org.modeshape.sequencer.java The classes that make up the Java source file sequencer. 
 

Uses of SourceFileRecorder in org.modeshape.sequencer.java
 

Classes in org.modeshape.sequencer.java that implement SourceFileRecorder
 class ClassSourceFileRecorder
          A source file recorder that writes the Java metadata from the source file to the repository, using the same structure as the default mode of the Java Class File sequencer.
 class OriginalFormatSourceFileRecorder
          A source file recorder that writes the Java metadata from the source file to the repository.
 

Methods in org.modeshape.sequencer.java with parameters of type SourceFileRecorder
 void JavaMetadataSequencer.setSourceFileRecorder(SourceFileRecorder sourceFileRecorder)
          Sets a custom SourceFileRecorder.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.