Interface NotificationBuilder
-
- All Known Implementing Classes:
Checkstyle,FindBugs,PMD,Tests
public interface NotificationBuilder- Author:
- Gael COLIN
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(String fileName)Map<String,List<String>>getFileNames()voidparse(Path file, JobNotification jn, AllNotificationBuilder builder)
-
-
-
Method Detail
-
parse
void parse(Path file, JobNotification jn, AllNotificationBuilder builder)
-
accept
boolean accept(String fileName)
-
-