Uses of Interface
org.apache.maven.model.building.ModelSource
Packages that use ModelSource
Package
Description
-
Uses of ModelSource in org.apache.maven.model.building
Subinterfaces of ModelSource in org.apache.maven.model.buildingModifier and TypeInterfaceDescriptioninterfaceDeprecated.interfaceDeprecated.useModelBuilderinsteadClasses in org.apache.maven.model.building that implement ModelSourceModifier and TypeClassDescriptionclassDeprecated.useModelBuilderinsteadclassDeprecated.useModelBuilderinsteadclassDeprecated.instead useStringSourceclassDeprecated.instead useUrlSourceMethods in org.apache.maven.model.building that return ModelSourceModifier and TypeMethodDescriptionDefaultModelBuildingRequest.getModelSource()Deprecated.ModelBuildingRequest.getModelSource()Deprecated.Gets the source of the POM to process.Methods in org.apache.maven.model.building with parameters of type ModelSourceModifier and TypeMethodDescriptionDefaultModelBuildingRequest.setModelSource(ModelSource modelSource) Deprecated.ModelBuildingRequest.setModelSource(ModelSource modelSource) Deprecated.Sets the source of the POM to process. -
Uses of ModelSource in org.apache.maven.model.resolution
Methods in org.apache.maven.model.resolution that return ModelSourceModifier and TypeMethodDescriptionModelResolver.resolveModel(String groupId, String artifactId, String version) Deprecated.Tries to resolve the POM for the specified coordinates.default ModelSourceModelResolver.resolveModel(Dependency dependency, AtomicReference<Dependency> modified) Deprecated.default ModelSourceModelResolver.resolveModel(Parent parent, AtomicReference<Parent> modified) Deprecated.ModelResolver.resolveModel(Dependency dependency) Deprecated.Tries to resolve the POM for the specified dependency coordinates possibly updatingdependency.ModelResolver.resolveModel(Parent parent) Deprecated.Tries to resolve the POM for the specified parent coordinates possibly updatingparent. -
Uses of ModelSource in org.apache.maven.project
Methods in org.apache.maven.project that return ModelSourceModifier and TypeMethodDescriptionProjectModelResolver.resolveModel(String groupId, String artifactId, String version) ProjectModelResolver.resolveModel(Dependency dependency, AtomicReference<Dependency> modified) ProjectModelResolver.resolveModel(Parent parent, AtomicReference<Parent> modified) ProjectModelResolver.resolveModel(Dependency dependency) ProjectModelResolver.resolveModel(Parent parent) Methods in org.apache.maven.project with parameters of type ModelSourceModifier and TypeMethodDescriptionDefaultProjectBuilder.build(ModelSource modelSource, ProjectBuildingRequest request) Deprecated.ProjectBuilder.build(ModelSource modelSource, ProjectBuildingRequest request) Builds a project descriptor for the specified model source.
ModelBuilderinstead