public final class DefaultImporter extends Object
Modifier and Type | Method and Description |
---|---|
<T> DefaultImporter |
defaultImport(Class<T> type)
Imports the specified type in the current project.
|
static DefaultImporter |
forProject(Project project)
Returns the default importer for the specified
Project . |
public static DefaultImporter forProject(Project project)
Project
.project
- the project to import typespublic <T> DefaultImporter defaultImport(Class<T> type)
T
- the type to importtype
- the type to import