|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImportMetadata | |
---|---|
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. |
Uses of ImportMetadata in org.modeshape.sequencer.javafile |
---|
Methods in org.modeshape.sequencer.javafile that return types with arguments of type ImportMetadata | |
---|---|
protected List<ImportMetadata> |
AbstractJavaMetadata.createImportMetadata(org.eclipse.jdt.core.dom.CompilationUnit unit)
Create a set of ImportMetadata of a compilation unit. |
Uses of ImportMetadata in org.modeshape.sequencer.javafile.metadata |
---|
Methods in org.modeshape.sequencer.javafile.metadata that return ImportMetadata | |
---|---|
static ImportMetadata |
ImportMetadata.onDemand(String name)
|
static ImportMetadata |
ImportMetadata.single(String name)
|
Methods in org.modeshape.sequencer.javafile.metadata that return types with arguments of type ImportMetadata | |
---|---|
List<ImportMetadata> |
JavaMetadata.getImports()
Gets a list of from the unit. |
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |