- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for setImportedFrom (0.1 sec)
-
compat/maven-model/src/main/java/org/apache/maven/model/InputSource.java
return importedFrom; } /** * Set the location of the POM from which this POM was imported from. * * @param importedFrom */ public void setImportedFrom(InputLocation importedFrom) { this.importedFrom = importedFrom; } @Override public String toString() { return getModelId() + " " + getLocation(); }
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 4K bytes - Viewed (0)