cstamas commented on code in PR #194:
URL: https://github.com/apache/maven-resolver/pull/194#discussion_r981141942


##########
maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/synccontext/named/NameMapper.java:
##########
@@ -30,6 +30,14 @@
  */
 public interface NameMapper
 {
+    /**
+     * Returns {@code true} if lock names returned by this lock name mapper 
are file system friendly, can be used
+     * as file names and paths.
+     *
+     * @since TBD
+     */
+    boolean isFileSystemFriendly();

Review Comment:
   we could but let's not overload more this already overloaded PR



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to