Uses of Interface
org.jboss.forge.roaster.model.source.Import
Packages that use Import
-
Uses of Import in org.jboss.forge.roaster.model.source
Methods in org.jboss.forge.roaster.model.source that return ImportModifier and TypeMethodDescriptionAdd an import for the givenClasstype.Add an import by qualified class name.Add an import for the givenImporttype.Ensures the type passed as argument is included in the list of imports for this java source.Importer.addImport(T type) Add an import for the givenJavaTypetype.Get theImportfor the given fully-qualified class name, if it exists; otherwise, return null;Importer.getImport(T type) Sets the data of this import object.Methods in org.jboss.forge.roaster.model.source that return types with arguments of type ImportMethods in org.jboss.forge.roaster.model.source with parameters of type ImportModifier and TypeMethodDescriptionAdd an import for the givenImporttype.booleanImporter.removeImport(Import imprt)