org.modeshape.sequencer.java
Class ClassSourceFileRecorder
java.lang.Object
org.modeshape.sequencer.java.ClassSourceFileRecorder
- All Implemented Interfaces:
- SourceFileRecorder
public class ClassSourceFileRecorder
- extends Object
- implements SourceFileRecorder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassSourceFileRecorder
public ClassSourceFileRecorder()
record
public void record(StreamSequencerContext context,
SequencerOutput output,
JavaMetadata javaMetadata)
- Description copied from interface:
SourceFileRecorder
- Records a source file using the provided
SequencerOutput
instance.
- Specified by:
record
in interface SourceFileRecorder
- Parameters:
context
- the sequencer contextoutput
- the StreamSequencer
outputjavaMetadata
- the metadata for the Java source file
Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.