Uses of Class
one.x1f.sip.foundation.mvnplugin.model.ImportStatement
Packages that use ImportStatement
-
Uses of ImportStatement in one.x1f.sip.foundation.mvnplugin
Methods in one.x1f.sip.foundation.mvnplugin that return types with arguments of type ImportStatement -
Uses of ImportStatement in one.x1f.sip.foundation.mvnplugin.model
Methods in one.x1f.sip.foundation.mvnplugin.model that return types with arguments of type ImportStatementModifier and TypeMethodDescriptionParsedJavaFile.imports()
Returns the value of theimports
record component.BannedImportRecords.matchedImports()
Returns the value of thematchedImports
record component.Constructor parameters in one.x1f.sip.foundation.mvnplugin.model with type arguments of type ImportStatementModifierConstructorDescriptionBannedImportRecords
(Path sourceFile, List<ImportStatement> matchedImports) Creates an instance of aBannedImportRecords
record class.ParsedJavaFile
(Path path, String fqcn, Collection<ImportStatement> imports) Creates an instance of aParsedJavaFile
record class.