Package io.freefair.gradle.util
Class TaskUtils
- java.lang.Object
 - 
- io.freefair.gradle.util.TaskUtils
 
 
- 
public final class TaskUtils extends Object
 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> voidregisterNested(Task task, Class<? super T> type, T object, String prefix)static <T> voidregisterNested(Task task, T object, String prefix) 
 - 
 
- 
- 
Method Detail
- 
registerNested
public static <T> void registerNested(Task task, T object, String prefix) throws InvocationTargetException, IllegalAccessException
 
- 
registerNested
public static <T> void registerNested(Task task, Class<? super T> type, T object, String prefix) throws InvocationTargetException, IllegalAccessException
 
 - 
 
 -