org.apache.maven.dotnet.artifact
Interface ApplicationConfig


public interface ApplicationConfig

Provides information about the location of a .NET executable artifact's exe.config file.

Author:
Shane Isbell

Nested Class Summary
static class ApplicationConfig.Factory
          Factory class for generating default executable configs.
 
Method Summary
 java.io.File getConfigBuildPath()
          Returns the target path of the (copied) *.exe.config file
 java.io.File getConfigSourcePath()
          Returns the source path of the (original) *.exe.config file
 java.io.File getRepositoryPath(java.io.File localRepository)
          Returns the Maven repository path of the exe.config file.
 

Method Detail

getRepositoryPath

java.io.File getRepositoryPath(java.io.File localRepository)
Returns the Maven repository path of the exe.config file.

Parameters:
localRepository - the local maven repository
Returns:
the Maven repository path of the exe.config file

getConfigSourcePath

java.io.File getConfigSourcePath()
Returns the source path of the (original) *.exe.config file

Returns:
the source path of the (original) *.exe.config file

getConfigBuildPath

java.io.File getConfigBuildPath()
Returns the target path of the (copied) *.exe.config file

Returns:
the target path of the (copied) *.exe.config file


Copyright © 2007 NMaven. All Rights Reserved.