Uses of Interface
org.apache.maven.dotnet.executable.NetExecutable

Packages that use NetExecutable
org.apache.maven.dotnet.executable   
org.apache.maven.dotnet.executable.compiler   
org.apache.maven.dotnet.executable.compiler.impl Provides the various compiler implementation classes of the CompilerExecutable interface. 
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 NetExecutable in org.apache.maven.dotnet.executable
 

Methods in org.apache.maven.dotnet.executable that return NetExecutable
 NetExecutable NetExecutableFactory.getJavaExecutableFromRepository(VendorInfo vendorInfo, java.util.List<java.lang.String> commands)
           
 NetExecutable RepositoryExecutableContext.getNetExecutable()
          Returns an instance of NetExecutable for this context.
 NetExecutable ExecutableContext.getNetExecutable()
          Returns an instance of the NetExecutable appropriate for given vendor/profile/frameworkVersion/OS
 NetExecutable NetExecutableFactory.getNetExecutableFor(java.lang.String vendor, java.lang.String frameworkVersion, java.lang.String profile, java.util.List<java.lang.String> commands, java.io.File netHome)
          Returns an executable that matches the vendor, framework version and profile.
 NetExecutable NetExecutableFactory.getNetExecutableFromRepository(java.lang.String groupId, java.lang.String artifactId, VendorInfo vendorInfo, java.io.File localRepository, java.util.List<java.lang.String> commands, boolean isIsolatedAppDomain)
          Returns an executable that resides within a maven repository.
 NetExecutable NetExecutableFactory.getPluginLoaderFor(java.lang.String groupId, java.lang.String artifactId, VendorInfo vendorInfo, java.lang.String localRepository, java.io.File parameterFile, java.lang.String mojoName)
          Returns a plugin loader for loading and executing a .NET plugin.
 

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

Subinterfaces of NetExecutable in org.apache.maven.dotnet.executable.compiler
 interface CompilerExecutable
          Provides a service for obtaining the compiled artifact.
 

Uses of NetExecutable in org.apache.maven.dotnet.executable.compiler.impl
 

Classes in org.apache.maven.dotnet.executable.compiler.impl that implement NetExecutable
 class CSharpCompilerForProfile
          A compiler to be used for compiling with .NET Profiles.
 class DefaultCompiler
          A default compiler that can be used in most cases.
 class DotGNUCompiler
          Compiler for DotGNU.
 class JavaCompiler
           
 class NemerleCompiler
          Compiler for the Nemerle language (see http://nemerle.org/).
 class PhpCompiler
          Compiler for PHP (http://php4mono.sourceforge.net/)
 class RubyCompiler
          Compiles ruby classes.
 

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

Classes in org.apache.maven.dotnet.executable.impl that implement NetExecutable
 class DefaultNetExecutable
          Provides the default implementation of the net executable.
 class DefaultRepositoryNetExecutable
           
 class ThreadedNetExecutable
          Provides a service for executing a command within a separate thread.
 

Methods in org.apache.maven.dotnet.executable.impl that return NetExecutable
 NetExecutable NetExecutableFactoryImpl.getJavaExecutableFromRepository(VendorInfo vendorInfo, java.util.List<java.lang.String> commands)
           
 NetExecutable RepositoryExecutableContextImpl.getNetExecutable()
           
 NetExecutable ExecutableContextImpl.getNetExecutable()
           
 NetExecutable NetExecutableFactoryImpl.getNetExecutableFor(java.lang.String vendor, java.lang.String frameworkVersion, java.lang.String profile, java.util.List<java.lang.String> commands, java.io.File netHome)
           
 NetExecutable NetExecutableFactoryImpl.getNetExecutableFromRepository(java.lang.String groupId, java.lang.String artifactId, VendorInfo vendorInfo, java.io.File localRepository, java.util.List<java.lang.String> commands, boolean isIsolatedAppDomain)
           
 NetExecutable NetExecutableFactoryImpl.getPluginLoaderFor(java.lang.String groupId, java.lang.String artifactId, VendorInfo vendorInfo, java.lang.String localRepository, java.io.File parameterFile, java.lang.String mojoName)
           
 



Copyright © 2007 NMaven. All Rights Reserved.