| Package | Description |
|---|---|
| de.skuzzle.enforcer.restrictimports.parser | |
| de.skuzzle.enforcer.restrictimports.parser.lang |
| Modifier and Type | Method and Description |
|---|---|
ParsedFile |
ImportStatementParser.parse(Path sourceFilePath,
LanguageSupport languageSupport)
Parses the given source file using the given
LanguageSupport
implementation to recognize import statements. |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaLanguageSupport |
class |
KotlinGroovyLanguageSupport |
| Modifier and Type | Method and Description |
|---|---|
static Optional<LanguageSupport> |
LanguageSupport.getLanguageSupport(String extension)
Returns the
LanguageSupport implementation for the given file
extension. |
Copyright © 2014–2019. All rights reserved.