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 boolean
accept(String fileName)
Map<String,List<String>>
getFileNames()
void
parse(Path file, JobNotification jn, AllNotificationBuilder builder)
-
-
-
Method Detail
-
parse
void parse(Path file, JobNotification jn, AllNotificationBuilder builder)
-
accept
boolean accept(String fileName)
-
-