Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for url (0.11 sec)

  1. api/maven-api-model/src/main/java/org/apache/maven/api/model/InputSource.java

        public InputSource(Collection<InputSource> inputs) {
            this.modelId = null;
            this.location = null;
            this.inputs = ImmutableCollections.copy(inputs);
        }
    
        /**
         * Get the path/URL of the POM or {@code null} if unknown.
         *
         * @return the location
         */
        public String getLocation() {
            return this.location;
        }
    
        /**
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Sep 05 16:06:44 GMT 2023
    - 3K bytes
    - Viewed (0)
Back to top