Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for formatoptions (0.29 sec)

  1. api/maven-api-core/src/main/java/org/apache/maven/api/services/DependencyResolverResult.java

         *
         * @param type the desired type of path (class-path, module-path, …)
         * @return the option to pass to Java tools
         */
        default Optional<String> formatOption(PathType type) {
            List<Path> paths = getDispatchedPaths().get(type);
            if (paths != null) {
                String option = type.option(paths);
                if (!option.isEmpty()) {
    Java
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Fri Mar 01 17:18:13 GMT 2024
    - 3.4K bytes
    - Viewed (0)
Back to top