Package com.getkeepsafe.dexcount.colors
Interface Styleable
-
- All Known Implementing Classes:
StyleableTaskAdapter
public interface Styleable
A thing that can print output, styled based on a givenColorandLogLevel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidwithStyledOutput(Color color, IOConsumer<PrintWriter> fn)voidwithStyledOutput(Color color, org.gradle.api.logging.LogLevel level, IOConsumer<PrintWriter> fn)default voidwithStyledOutput(IOConsumer<PrintWriter> fn)default voidwithStyledOutput(org.gradle.api.logging.LogLevel level, IOConsumer<PrintWriter> fn)
-
-
-
Method Detail
-
withStyledOutput
default void withStyledOutput(Color color, IOConsumer<PrintWriter> fn) throws IOException
- Throws:
IOException
-
withStyledOutput
default void withStyledOutput(org.gradle.api.logging.LogLevel level, IOConsumer<PrintWriter> fn) throws IOException
- Throws:
IOException
-
withStyledOutput
default void withStyledOutput(IOConsumer<PrintWriter> fn) throws IOException
- Throws:
IOException
-
withStyledOutput
void withStyledOutput(Color color, org.gradle.api.logging.LogLevel level, IOConsumer<PrintWriter> fn) throws IOException
- Throws:
IOException
-
-