Class IOUtils
java.lang.Object
com.bmuschko.gradle.docker.internal.IOUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic <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 Details
-
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.
-