| Package | Description |
|---|---|
| de.skuzzle.enforcer.restrictimports.parser | |
| de.skuzzle.enforcer.restrictimports.parser.lang |
| Modifier and Type | Method and Description |
|---|---|
Collection<ImportStatement> |
ParsedFile.getImports() |
| Constructor and Description |
|---|
ParsedFile(Path path,
String declaredPackage,
String fqcn,
Collection<ImportStatement> imports) |
| Modifier and Type | Method and Description |
|---|---|
List<ImportStatement> |
KotlinGroovyLanguageSupport.parseImport(String line,
int lineNumber) |
List<ImportStatement> |
LanguageSupport.parseImport(String importLine,
int lineNumber)
Extract the package names that this import statement represents.
|
List<ImportStatement> |
JavaLanguageSupport.parseImport(String line,
int lineNumber) |
Copyright © 2014–2019. All rights reserved.