Uses of Class
de.ikor.sip.foundation.mvnplugin.model.ParsedJavaFile
-
Packages that use ParsedJavaFile Package Description de.ikor.sip.foundation.mvnplugin -
-
Uses of ParsedJavaFile in de.ikor.sip.foundation.mvnplugin
Methods in de.ikor.sip.foundation.mvnplugin that return ParsedJavaFile Modifier and Type Method Description ParsedJavaFileImportStatementParser. parse(Path sourceFilePath)Converts files into more suitableParsedJavaFileformat.Methods in de.ikor.sip.foundation.mvnplugin with parameters of type ParsedJavaFile Modifier and Type Method Description (package private) Optional<BannedImportRecords>ImportAnalyzer. checkFile(ParsedJavaFile sourceFile, BannedImportGroups groups)Collects all imports that are banned within the given source file.
-