Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Syndication (0.2 sec)

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

                return JavaPathType.this.name() + ":" + moduleName;
            }
    
            /**
             * Returns the type of path without indication about the target module.
             * This is usually {@link #PATCH_MODULE}.
             *
             * @return type of path without indication about the target module
             */
            @Nonnull
            public JavaPathType rawType() {
                return JavaPathType.this;
            }
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Mar 01 17:18:13 GMT 2024
    - 11.6K bytes
    - Viewed (0)
Back to top