org.apache.maven.dotnet.executable.compiler
Interface KeyInfo


public interface KeyInfo

Provides services for obtaining information about the key file.

Author:
Shane Isbell

Nested Class Summary
static class KeyInfo.Factory
           
 
Method Summary
 java.lang.String getKeyContainerName()
           
 java.lang.String getKeyFileUri()
          Returns the path of the key
 void setKeyContainerName(java.lang.String keyContainerName)
           
 void setKeyFileUri(java.lang.String keyFileUri)
          Sets the path of the key
 

Method Detail

getKeyFileUri

java.lang.String getKeyFileUri()
Returns the path of the key

Returns:
the path of the key

setKeyFileUri

void setKeyFileUri(java.lang.String keyFileUri)
Sets the path of the key

Parameters:
keyFileUri - the path of the key

getKeyContainerName

java.lang.String getKeyContainerName()

setKeyContainerName

void setKeyContainerName(java.lang.String keyContainerName)


Copyright © 2007 NMaven. All Rights Reserved.