com.mindtree.techworks.insight.releng.mvn.nsis.actions.resolver
Interface Resolver

All Known Implementing Classes:
DependencyResolver, FileItemResolver, FileSetResolver

public interface Resolver

Resolves the file set and other dependencies.

Version:
$Revision: 89 $ $Date: 2008-01-07 01:15:48 -0700 (Mon, 07 Jan 2008) $
Author:
Bindul Bhowmik

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
 

Method Detail

getRelativeFilePath

java.util.List getRelativeFilePath(SetBase setBase,
                                   MojoInfo mojoInfo)
                                   throws NsisActionExecutionException
Gets the list of file names for the script generation

Throws:
NsisActionExecutionException

copyFiles

void copyFiles(SetBase setBase,
               MojoInfo mojoInfo,
               java.io.File archiveTempDir)
               throws NsisActionExecutionException
Copies the files to the temp directory

Throws:
NsisActionExecutionException


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