Package org.apache.maven.api.services
Interface ModelSource
- All Superinterfaces:
Source
A Source specific to load POMs. The
resolve(ModelLocator, String)
method
will be used to find POMs for children modules.- Since:
- 4.0.0
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ModelSource
static ModelSource
resolve
(ModelSource.ModelLocator modelLocator, String relative) Methods inherited from interface org.apache.maven.api.services.Source
getLocation, getPath, openStream, resolve
-
Method Details
-
resolve
@Nullable ModelSource resolve(@Nonnull ModelSource.ModelLocator modelLocator, @Nonnull String relative) -
fromPath
-
fromPath
-