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 theimportsrecord component.BannedImportRecords.matchedImports()Returns the value of thematchedImportsrecord 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 aBannedImportRecordsrecord class.ParsedJavaFile(Path path, String fqcn, Collection<ImportStatement> imports) Creates an instance of aParsedJavaFilerecord class.