Class IOUtils
- java.lang.Object
-
- com.bmuschko.gradle.docker.internal.IOUtils
-
public final class IOUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> org.gradle.internal.logging.progress.ProgressLogger
getProgressLogger(org.gradle.internal.service.ServiceRegistry registry, Class<T> clazz)
Create a progress logger for an arbitrary project and class.
-
-
-
Method Detail
-
getProgressLogger
public static <T> org.gradle.internal.logging.progress.ProgressLogger getProgressLogger(org.gradle.internal.service.ServiceRegistry registry, Class<T> clazz)
Create a progress logger for an arbitrary project and class.- Parameters:
registry
- the service registry.clazz
- optional class to pair the ProgressLogger to. Defaults to _this_ class if null.- Returns:
- instance of ProgressLogger.
-
-