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

All Superinterfaces:
ExecutableRequirement

public interface CompilerRequirement
extends ExecutableRequirement

Requirements that the compiler plugin must satisfy to be used in the build.

Author:
Shane Isbell
See Also:
CompilerCapability

Nested Class Summary
static class CompilerRequirement.Factory
           
 
Method Summary
 java.lang.String getLanguage()
          Returns the required language for the compiler
 void setLanguage(java.lang.String language)
          Sets required language for the compiler
 
Methods inherited from interface org.apache.maven.dotnet.executable.ExecutableRequirement
getFrameworkVersion, getProfile, getVendor, getVendorVersion, setFrameworkVersion, setProfile, setVendor, setVendorVersion
 

Method Detail

getLanguage

java.lang.String getLanguage()
Returns the required language for the compiler

Returns:
the required language for the compiler

setLanguage

void setLanguage(java.lang.String language)
Sets required language for the compiler

Parameters:
language - the required language for the compiler


Copyright © 2007 NMaven. All Rights Reserved.