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 DefaultModelBuildingRequest.getModelCache()
           
 ModelCache ModelBuildingRequest.getModelCache()
          Gets the model cache to use for reuse of previously built models.
 

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



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