|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.dotnet.executable.impl.DefaultNetExecutable
public class DefaultNetExecutable
Provides the default implementation of the net executable.
| Field Summary | |
|---|---|
protected ExecutableContext |
executableContext
|
| Constructor Summary | |
|---|---|
DefaultNetExecutable()
|
|
| Method Summary | |
|---|---|
void |
execute()
Compiles class files. |
java.util.List<java.lang.String> |
getCommands()
Returns the commands that this compiler will use to compile the application. |
java.lang.String |
getExecutable()
Returns the executable file name that this compiler will use to compile the application. |
java.io.File |
getExecutionPath()
Returns the parent directory of the executable. |
Vendor |
getVendor()
Returns vendor framework used to run executable. |
void |
init(NMavenContext nmavenContext)
Initialize this compiler. |
void |
resetCommands(java.util.List<java.lang.String> commands)
Resets the commands to be used by the executable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ExecutableContext executableContext
| Constructor Detail |
|---|
public DefaultNetExecutable()
| Method Detail |
|---|
public java.util.List<java.lang.String> getCommands()
throws ExecutionException
NetExecutable
getCommands in interface NetExecutableExecutionExceptionpublic void resetCommands(java.util.List<java.lang.String> commands)
NetExecutable
resetCommands in interface NetExecutablepublic java.io.File getExecutionPath()
NetExecutable
getExecutionPath in interface NetExecutable
public void execute()
throws ExecutionException
NetExecutable
execute in interface NetExecutableExecutionException - if the compiler writes to the standard error stream.
artifact (module, library, exe, winexe) or the target artifact is not valid for the compiler
public java.lang.String getExecutable()
throws ExecutionException
NetExecutable
getExecutable in interface NetExecutableExecutionExceptionpublic Vendor getVendor()
NetExecutable
getVendor in interface NetExecutablepublic void init(NMavenContext nmavenContext)
NetExecutable
init in interface NetExecutable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||