Interface PublicationsCollector
-
- All Implemented Interfaces:
public interface PublicationsCollector<Type extends Task>
-
-
Method Summary
Modifier and Type Method Description abstract List<ReportPublication>collectPublications(Type task)abstract Class<out Type>getAccepts()-
-
Method Detail
-
collectPublications
abstract List<ReportPublication> collectPublications(Type task)
-
getAccepts
abstract Class<out Type> getAccepts()
-
-
-
-