Uses of Class
de.ikor.sip.foundation.mvnplugin.model.ImportStatement
Packages that use ImportStatement
-
Uses of ImportStatement in de.ikor.sip.foundation.mvnplugin
Methods in de.ikor.sip.foundation.mvnplugin that return types with arguments of type ImportStatement -
Uses of ImportStatement in de.ikor.sip.foundation.mvnplugin.model
Methods in de.ikor.sip.foundation.mvnplugin.model that return types with arguments of type ImportStatementModifier and TypeMethodDescriptionParsedJavaFile.getImports()BannedImportRecords.getMatchedImports()The matches found in this file.Constructor parameters in de.ikor.sip.foundation.mvnplugin.model with type arguments of type ImportStatementModifierConstructorDescriptionBannedImportRecords(Path sourceFile, List<ImportStatement> matchedImports) ParsedJavaFile(Path path, String fqcn, Collection<ImportStatement> imports)