- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getImportedFrom (0.07 sec)
-
compat/maven-model/src/main/java/org/apache/maven/model/InputSource.java
public InputSource(org.apache.maven.api.model.InputSource source) { this.modelId = source.getModelId(); this.location = source.getLocation(); this.importedFrom = source.getImportedFrom() != null ? new InputLocation(source.getImportedFrom()) : null; } // -----------/ // - Methods -/ // -----------/ /** * Method clone. * * @return InputSource */
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Sep 29 14:45:25 UTC 2025 - 5.6K bytes - Viewed (0)