Uses of Interface
org.apache.maven.model.path.PathTranslator

Packages that use PathTranslator
org.apache.maven.model.building   
org.apache.maven.model.interpolation   
org.apache.maven.model.path   
org.apache.maven.model.profile.activation   
 

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

Methods in org.apache.maven.model.building that return PathTranslator
protected  PathTranslator DefaultModelBuilderFactory.newPathTranslator()
           
 

Uses of PathTranslator in org.apache.maven.model.interpolation
 

Methods in org.apache.maven.model.interpolation with parameters of type PathTranslator
 AbstractStringBasedModelInterpolator AbstractStringBasedModelInterpolator.setPathTranslator(PathTranslator pathTranslator)
           
 

Uses of PathTranslator in org.apache.maven.model.path
 

Classes in org.apache.maven.model.path that implement PathTranslator
 class DefaultPathTranslator
          Resolves relative paths against a specific base directory.
 

Methods in org.apache.maven.model.path with parameters of type PathTranslator
 DefaultModelPathTranslator DefaultModelPathTranslator.setPathTranslator(PathTranslator pathTranslator)
           
 

Uses of PathTranslator in org.apache.maven.model.profile.activation
 

Methods in org.apache.maven.model.profile.activation with parameters of type PathTranslator
 FileProfileActivator FileProfileActivator.setPathTranslator(PathTranslator pathTranslator)
           
 



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