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

Packages that use ModelCache
org.apache.maven.model.building   
 

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

Methods in org.apache.maven.model.building that return ModelCache
 ModelCache ModelBuildingRequest.getModelCache()
          Gets the model cache to use for reuse of previously built models.
 ModelCache DefaultModelBuildingRequest.getModelCache()
           
 

Methods in org.apache.maven.model.building with parameters of type ModelCache
 ModelBuildingRequest ModelBuildingRequest.setModelCache(ModelCache modelCache)
          Sets the model cache to use for reuse of previously built models.
 DefaultModelBuildingRequest DefaultModelBuildingRequest.setModelCache(ModelCache modelCache)
           
 



Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.