| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ThreadSafe public interface SourceFileRecorder

A simple interface that allows an implementer to control how Java source file metadata is mapped to properties (including primary and mixin types) in the graph.
Implementations of this class must provide a public, no-argument constructor.
 To use, supply the implementation class name to a JavaMetadataSequencer object. Each instance will be reused for
 multiple sequence calls ,
 so implementations of this interface must be thread-safe.
 
| Method Summary | |
|---|---|
|  void | record(StreamSequencerContext context,
       SequencerOutput output,
       JavaMetadata javaMetadata)Records a source file using the provided SequencerOutputinstance. | 
| Method Detail | 
|---|
void record(StreamSequencerContext context,
            SequencerOutput output,
            JavaMetadata javaMetadata)
SequencerOutput instance.
context - the sequencer contextoutput - the StreamSequencer outputjavaMetadata - the metadata for the Java source file| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||