Package | Description |
---|---|
org.modeshape.sequencer.classfile |
The classes that provide the ability to sequence Java class files into metadata and then write that metadata to a graph in a customizable way.
|
org.modeshape.sequencer.classfile.metadata |
The classes that are immutable representations of metadata appearing in Java class files.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultClassFileRecorder.recordClass(Sequencer.Context context,
Node outputNode,
ClassMetadata classMetadata) |
void |
ClassFileRecorder.recordClass(Sequencer.Context context,
Node outputNode,
ClassMetadata classMetadata)
Records a row using the provided
Node node. |
Modifier and Type | Class and Description |
---|---|
class |
EnumMetadata |
Modifier and Type | Method and Description |
---|---|
static ClassMetadata |
ClassFileMetadataReader.instance(InputStream stream) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.