Uses of Interface
org.apache.maven.model.building.ModelSource
-
Packages that use ModelSource Package Description org.apache.maven.model.building org.apache.maven.model.resolution -
-
Uses of ModelSource in org.apache.maven.model.building
Subinterfaces of ModelSource in org.apache.maven.model.building Modifier and Type Interface Description interfaceModelSource2Provides access to the contents of a POM independently of the backing store (e.g.Classes in org.apache.maven.model.building that implement ModelSource Modifier and Type Class Description classFileModelSourceWraps an ordinaryFileas a model source.classStringModelSourceDeprecated.instead useStringSourceclassUrlModelSourceDeprecated.instead useUrlSourceMethods in org.apache.maven.model.building that return ModelSource Modifier and Type Method Description ModelSourceDefaultModelBuildingRequest. getModelSource()ModelSourceModelBuildingRequest. getModelSource()Gets the source of the POM to process.Methods in org.apache.maven.model.building with parameters of type ModelSource Modifier and Type Method Description DefaultModelBuildingRequestDefaultModelBuildingRequest. setModelSource(ModelSource modelSource)ModelBuildingRequestModelBuildingRequest. setModelSource(ModelSource modelSource)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 ModelSource Modifier and Type Method Description ModelSourceModelResolver. resolveModel(java.lang.String groupId, java.lang.String artifactId, java.lang.String version)Tries to resolve the POM for the specified coordinates.ModelSourceModelResolver. resolveModel(org.apache.maven.model.Dependency dependency)Tries to resolve the POM for the specified dependency coordinates possibly updatingdependency.ModelSourceModelResolver. resolveModel(org.apache.maven.model.Parent parent)Tries to resolve the POM for the specified parent coordinates possibly updatingparent.
-