Uses of Class
de.skuzzle.enforcer.restrictimports.analyze.Warning
-
Packages that use Warning Package Description de.skuzzle.enforcer.restrictimports.analyze -
-
Uses of Warning in de.skuzzle.enforcer.restrictimports.analyze
Methods in de.skuzzle.enforcer.restrictimports.analyze that return Warning Modifier and Type Method Description static WarningWarning. withMessage(String message)Methods in de.skuzzle.enforcer.restrictimports.analyze that return types with arguments of type Warning Modifier and Type Method Description List<Warning>MatchedFile. getWarnings()Methods in de.skuzzle.enforcer.restrictimports.analyze with parameters of type Warning Modifier and Type Method Description MatchedFile.BuilderMatchedFile.Builder. withWarnings(Warning... warnings)Method parameters in de.skuzzle.enforcer.restrictimports.analyze with type arguments of type Warning Modifier and Type Method Description MatchedFile.BuilderMatchedFile.Builder. withWarnings(List<Warning> warnings)
-