Class IOUtils


  • public final class IOUtils
    extends Object
    • 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.