org.codehaus.mojo.tools.project.extras
Class DependencyPathResolver

java.lang.Object
  extended by org.codehaus.mojo.tools.project.extras.DependencyPathResolver

public class DependencyPathResolver
extends Object


Constructor Summary
DependencyPathResolver(Collection artifacts, ArtifactPathResolver pathResolver, Log log)
           
 
Method Summary
 String resolveDependencyPaths(String src)
          Resolve expressions in the command-line options.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyPathResolver

public DependencyPathResolver(Collection artifacts,
                              ArtifactPathResolver pathResolver,
                              Log log)
Method Detail

resolveDependencyPaths

public String resolveDependencyPaths(String src)
                              throws IOException,
                                     PathResolutionException
Resolve expressions in the command-line options. Currently, we support two expressions:

Throws:
PathResolutionException
IOException


Copyright © 2005-2008 Codehaus. All Rights Reserved.