- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for doDetermineWriter (0.09 sec)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java
} protected Consumer<String> determineWriter(C context) { if (context.writer == null) { context.writer = doDetermineWriter(context); } return context.writer; } protected Consumer<String> doDetermineWriter(C context) { if (context.options().logFile().isPresent()) { Path logFile = context.cwd.resolve(context.options().logFile().get());Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Oct 28 13:01:07 UTC 2025 - 43.2K bytes - Viewed (0)