- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for StringJoiner (0.09 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/JavaPathType.java
if (option == null) { throw new IllegalStateException("No option is associated to this path type."); } String prefix = (moduleName == null) ? "" : (moduleName + '='); StringJoiner joiner = new StringJoiner(File.pathSeparator, prefix, ""); joiner.setEmptyValue(""); for (Path p : paths) { joiner.add(p.toString()); } String value = joiner.toString();
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Mon May 13 09:53:45 UTC 2024 - 15K bytes - Viewed (0)