com.mindtree.techworks.insight.releng.mvn.nsis.actions.resolver
Class DependencyResolver

java.lang.Object
  extended by com.mindtree.techworks.insight.releng.mvn.nsis.actions.resolver.DependencyResolver
All Implemented Interfaces:
Resolver

public class DependencyResolver
extends java.lang.Object
implements Resolver

Resolves the dependencies

Version:
$Revision: 97 $ $Date: 2008-01-08 00:47:32 -0700 (Tue, 08 Jan 2008) $
Author:
Bindul Bhowmik

Constructor Summary
DependencyResolver()
           
 
Method Summary
 void copyFiles(SetBase setBase, MojoInfo mojoInfo, java.io.File archiveTempDir)
          Copies the files to the temp directory
 java.util.List getRelativeFilePath(SetBase setBase, MojoInfo mojoInfo)
          Gets the list of file names for the script generation
protected  java.io.File[] resolveDependencies(DependencySet dependencySet, MojoInfo mojoInfo)
          Resolves the dependencies
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyResolver

public DependencyResolver()
Method Detail

copyFiles

public void copyFiles(SetBase setBase,
                      MojoInfo mojoInfo,
                      java.io.File archiveTempDir)
               throws NsisActionExecutionException
Description copied from interface: Resolver
Copies the files to the temp directory

Specified by:
copyFiles in interface Resolver
Throws:
NsisActionExecutionException

getRelativeFilePath

public java.util.List getRelativeFilePath(SetBase setBase,
                                          MojoInfo mojoInfo)
                                   throws NsisActionExecutionException
Description copied from interface: Resolver
Gets the list of file names for the script generation

Specified by:
getRelativeFilePath in interface Resolver
Throws:
NsisActionExecutionException

resolveDependencies

protected java.io.File[] resolveDependencies(DependencySet dependencySet,
                                             MojoInfo mojoInfo)
Resolves the dependencies

Returns:


Copyright © 2007-2009 MindTree Insight. All Rights Reserved.