Uses of Class
org.modeshape.sequencer.java.metadata.ImportMetadata

Packages that use ImportMetadata
org.modeshape.sequencer.java The classes that make up the Java source file sequencer. 
org.modeshape.sequencer.java.metadata The classes that make up the metadata definitions for the Java source file sequencer. 
 

Uses of ImportMetadata in org.modeshape.sequencer.java
 

Methods in org.modeshape.sequencer.java 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.java.metadata
 

Subclasses of ImportMetadata in org.modeshape.sequencer.java.metadata
 class ImportOnDemandMetadata
          On-demand import metadata.
 class SingleImportMetadata
          Single-import metadata.
 

Methods in org.modeshape.sequencer.java.metadata that return types with arguments of type ImportMetadata
 List<ImportMetadata> JavaMetadata.getImports()
          Gets a list of from the unit.
 



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.