Uses of Interface
org.apache.maven.dotnet.executable.compiler.CompilerCapability

Packages that use CompilerCapability
org.apache.maven.dotnet.executable   
org.apache.maven.dotnet.executable.compiler   
org.apache.maven.dotnet.executable.impl Provides the implementation classes of the org.apache.maven.dotnet.executable and org.apache.maven.dotnet.executable.compiler packages. 
 

Uses of CompilerCapability in org.apache.maven.dotnet.executable
 

Methods in org.apache.maven.dotnet.executable that return CompilerCapability
 CompilerCapability CapabilityMatcher.matchCompilerCapabilityFor(CompilerRequirement compilerRequirement)
          Returns compiler capability for the specified requirement.
 CompilerCapability CapabilityMatcher.matchCompilerCapabilityFor(CompilerRequirement compilerRequirement, java.util.List<ExecutableMatchPolicy> matchPolicies)
          Returns compiler capability for the specified requirement and match policies.
 

Uses of CompilerCapability in org.apache.maven.dotnet.executable.compiler
 

Methods in org.apache.maven.dotnet.executable.compiler that return CompilerCapability
 CompilerCapability CompilerContext.getCompilerCapability()
          Return the CompilerCapability associated with this context.
 

Uses of CompilerCapability in org.apache.maven.dotnet.executable.impl
 

Methods in org.apache.maven.dotnet.executable.impl that return CompilerCapability
 CompilerCapability CompilerContextImpl.getCompilerCapability()
           
 CompilerCapability CapabilityMatcherImpl.matchCompilerCapabilityFor(CompilerRequirement compilerRequirement)
           
 CompilerCapability CapabilityMatcherImpl.matchCompilerCapabilityFor(CompilerRequirement compilerRequirement, java.util.List<ExecutableMatchPolicy> matchPolicies)
           
 



Copyright © 2007 NMaven. All Rights Reserved.