- Sort Score
- Result 10 results
- Languages All
Results 21 - 24 of 24 for getRelocation (0.05 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/services/Source.java
* <li>Description: {@code <memory>} or {@code <database>}</li> * </ul> * * @return a non-null string describing the source location */ @Nonnull String getLocation(); /** * Resolves a new source relative to this one. * <p> * The resolution strategy depends on the source type: * <ul> * <li>File sources resolve against their parent directory</li>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jan 29 09:46:53 UTC 2025 - 4K bytes - Viewed (0) -
api/maven-api-toolchain/src/main/mdo/toolchains.mdo
</field> </fields> <codeSegments> <codeSegment> <version>1.2.0+</version> <code> @Override public String toString() { return getLocation(); } </code> </codeSegment> </codeSegments> </class> </classes>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sun May 18 09:15:56 UTC 2025 - 9.5K bytes - Viewed (0) -
api/maven-api-settings/src/main/mdo/settings.mdo
</field> </fields> <codeSegments> <codeSegment> <version>2.0.0+</version> <code> @Override public String toString() { return getLocation(); } </code> </codeSegment> </codeSegments> </class> </classes>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sun May 18 09:15:56 UTC 2025 - 33.8K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
<codeSegments> <codeSegment> <version>4.0.0+</version> <code> <![CDATA[ @Override public String toString() { return getModelId() + " " + getLocation(); } ]]> </code> </codeSegment> </codeSegments> </class> </classes>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Aug 07 14:32:16 UTC 2025 - 132.7K bytes - Viewed (0)