| Package | Description |
|---|---|
| org.modeshape.sequencer.classfile.metadata |
The classes that are immutable representations of metadata appearing in Java class files.
|
| 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 |
|---|---|
List<ImportMetadata> |
ClassMetadata.getImports() |
| Modifier and Type | Method and Description |
|---|---|
protected List<ImportMetadata> |
AbstractJavaMetadata.createImportMetadata(org.eclipse.jdt.core.dom.CompilationUnit unit)
Create a set of
ImportMetadata of a compilation unit. |
| Modifier and Type | Method and Description |
|---|---|
static ImportMetadata |
ImportMetadata.onDemand(String name) |
static ImportMetadata |
ImportMetadata.single(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<ImportMetadata> |
JavaMetadata.getImports()
Gets a list of from the unit.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.