Package | Description |
---|---|
org.modeshape.sequencer.javafile |
The classes that make up the Java source file sequencer.
|
org.modeshape.sequencer.javafile.metadata |
The classes that make up the metadata definitions for the Java source file sequencer.
|
Modifier and Type | Method and Description |
---|---|
void |
SourceFileRecorder.record(Sequencer.Context context,
Node outputNode,
JavaMetadata javaMetadata)
Records a source file.
|
void |
ClassSourceFileRecorder.record(Sequencer.Context context,
Node outputNode,
JavaMetadata javaMetadata) |
Modifier and Type | Method and Description |
---|---|
static JavaMetadata |
JavaMetadata.instance(InputStream inputStream,
long length,
String encoding)
Creates a new instance of
JavaMetadata , that will be used to get informations of a compilation unit. |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.