Uses of Interface
org.apache.maven.model.building.ModelSource

Packages that use ModelSource
org.apache.maven.model.building   
org.apache.maven.model.resolution   
org.apache.maven.project   
 

Uses of ModelSource in org.apache.maven.model.building
 

Subinterfaces of ModelSource in org.apache.maven.model.building
 interface ModelSource2
          Provides access to the contents of a POM independently of the backing store (e.g. file system, database, memory).
 

Classes in org.apache.maven.model.building that implement ModelSource
 class FileModelSource
          Wraps an ordinary File as a model source.
 class StringModelSource
          Wraps an ordinary CharSequence as a model source.
 class UrlModelSource
          Wraps an ordinary URL as a model source.
 

Methods in org.apache.maven.model.building that return ModelSource
 ModelSource DefaultModelBuildingRequest.getModelSource()
           
 ModelSource ModelBuildingRequest.getModelSource()
          Gets the source of the POM to process.
 

Methods in org.apache.maven.model.building with parameters of type ModelSource
 DefaultModelBuildingRequest DefaultModelBuildingRequest.setModelSource(ModelSource modelSource)
           
 ModelBuildingRequest ModelBuildingRequest.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
 ModelSource ModelResolver.resolveModel(String groupId, String artifactId, String version)
          Tries to resolve the POM for the specified coordinates.
 

Uses of ModelSource in org.apache.maven.project
 

Methods in org.apache.maven.project with parameters of type ModelSource
 ProjectBuildingResult ProjectBuilder.build(ModelSource modelSource, ProjectBuildingRequest request)
          Builds a project descriptor for the specified model source.
 ProjectBuildingResult DefaultProjectBuilder.build(ModelSource modelSource, ProjectBuildingRequest request)
           
 



Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.