org.apache.maven.model.path
Class DefaultPathTranslator
java.lang.Object
  
org.apache.maven.model.path.DefaultPathTranslator
- All Implemented Interfaces: 
 - PathTranslator
 
@Component(role=PathTranslator.class)
public class DefaultPathTranslator
- extends Object
- implements PathTranslator
  
Resolves relative paths against a specific base directory.
- Author:
 
  - Benjamin Bentmann
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DefaultPathTranslator
public DefaultPathTranslator()
alignToBaseDirectory
public String alignToBaseDirectory(String path,
                                   File basedir)
- Description copied from interface: 
PathTranslator 
- Resolves the specified path against the given base directory. The resolved path will be absolute and uses the
 platform-specific file separator if a base directory is given. Otherwise, the input path will be returned
 unaltered.
- Specified by:
 alignToBaseDirectory in interface PathTranslator
 
- Parameters:
 path - The path to resolve, may be null.basedir - The base directory to resolve relative paths against, may be null.
- Returns:
 - The resolved path or 
null if the input path was null. 
 
 
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.