org.apache.maven.dotnet.executable
Class CommandExecutor.Factory

java.lang.Object
  extended by org.apache.maven.dotnet.executable.CommandExecutor.Factory
Enclosing interface:
CommandExecutor

public static class CommandExecutor.Factory
extends java.lang.Object

Provides factory services for creating a default instance of the command executor.


Method Summary
static CommandExecutor createDefaultCommmandExecutor()
          Returns a default instance of the command executor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createDefaultCommmandExecutor

public static CommandExecutor createDefaultCommmandExecutor()
Returns a default instance of the command executor

Returns:
a default instance of the command executor


Copyright © 2007 NMaven. All Rights Reserved.