public class Exec extends ToolTaskExtension
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Tasks.Exec
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: Microsoft.Build.Tasks.v4.0
|
static java.lang.String |
className
Qualified class name: Microsoft.Build.Tasks.Exec
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Exec() |
Exec(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Exec |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into Exec, a cast assert is made to check if types are compatible. |
java.lang.String |
getCommand() |
ITaskItem[] |
getConsoleOutput() |
boolean |
getConsoleToMSBuild() |
java.lang.String |
getCustomErrorRegularExpression() |
java.lang.String |
getCustomWarningRegularExpression() |
boolean |
getIgnoreExitCode() |
boolean |
getIgnoreStandardErrorWarningFormat() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
ITaskItem[] |
getOutputs() |
java.lang.String |
getStdErrEncoding() |
java.lang.String |
getStdOutEncoding() |
java.lang.String |
getWorkingDirectory() |
void |
setCommand(java.lang.String Command) |
void |
setConsoleOutput(ITaskItem[] ConsoleOutput) |
void |
setConsoleToMSBuild(boolean ConsoleToMSBuild) |
void |
setCustomErrorRegularExpression(java.lang.String CustomErrorRegularExpression) |
void |
setCustomWarningRegularExpression(java.lang.String CustomWarningRegularExpression) |
void |
setIgnoreExitCode(boolean IgnoreExitCode) |
void |
setIgnoreStandardErrorWarningFormat(boolean IgnoreStandardErrorWarningFormat) |
void |
setJCOInstance(JCObject instance) |
void |
setOutputs(ITaskItem[] Outputs) |
void |
setStdErrEncoding(java.lang.String StdErrEncoding) |
void |
setStdOutEncoding(java.lang.String StdOutEncoding) |
void |
setWorkingDirectory(java.lang.String WorkingDirectory) |
getLogCancel, Execute, getEchoOff, getEnvironmentVariables, getExitCode, getLogStandardErrorAsError, getStandardErrorImportance, getStandardOutputImportance, getTimeout, getToolExe, getToolPath, getUseCommandProcessor, getYieldDuringToolExecution, setEchoOff, setEnvironmentVariables, setLogStandardErrorAsError, setStandardErrorImportance, setStandardOutputImportance, setTimeout, setToolExe, setToolPath, setUseCommandProcessor, setYieldDuringToolExecutiongetBuildEngine, getBuildEngine2, getBuildEngine3, getBuildEngine4, getHostObject, setBuildEngine, setHostObjectpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Exec()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
NotSupportedException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentException,
InvalidOperationException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic Exec(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static Exec cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Exec, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedExec instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getCommand()
throws java.lang.Throwable
java.lang.Throwablepublic final ITaskItem[] getConsoleOutput() throws java.lang.Throwable
java.lang.Throwablepublic boolean getConsoleToMSBuild()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getCustomErrorRegularExpression()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getCustomWarningRegularExpression()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIgnoreExitCode()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIgnoreStandardErrorWarningFormat()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ToolTaskExtensionString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ToolTaskExtensionString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ToolTaskExtensionObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ToolTaskExtensionString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ToolTaskExtensionJCType representing the CLR Type of the instantiated Classpublic final ITaskItem[] getOutputs() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getStdErrEncoding()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
NotSupportedException,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
IndexOutOfRangeException
public java.lang.String getStdOutEncoding()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
NotSupportedException,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
IndexOutOfRangeException
public java.lang.String getWorkingDirectory()
throws java.lang.Throwable
java.lang.Throwablepublic void setCommand(java.lang.String Command)
throws java.lang.Throwable
java.lang.Throwablepublic void setConsoleOutput(ITaskItem[] ConsoleOutput) throws java.lang.Throwable
java.lang.Throwablepublic void setConsoleToMSBuild(boolean ConsoleToMSBuild)
throws java.lang.Throwable
java.lang.Throwablepublic void setCustomErrorRegularExpression(java.lang.String CustomErrorRegularExpression)
throws java.lang.Throwable
java.lang.Throwablepublic void setCustomWarningRegularExpression(java.lang.String CustomWarningRegularExpression)
throws java.lang.Throwable
java.lang.Throwablepublic void setIgnoreExitCode(boolean IgnoreExitCode)
throws java.lang.Throwable
java.lang.Throwablepublic void setIgnoreStandardErrorWarningFormat(boolean IgnoreStandardErrorWarningFormat)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class ToolTaskExtensionpublic void setOutputs(ITaskItem[] Outputs) throws java.lang.Throwable
java.lang.Throwablepublic void setStdErrEncoding(java.lang.String StdErrEncoding)
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException,
NotSupportedException,
IndexOutOfRangeException,
MissingManifestResourceException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionNotSupportedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionpublic void setStdOutEncoding(java.lang.String StdOutEncoding)
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException,
NotSupportedException,
IndexOutOfRangeException,
MissingManifestResourceException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionNotSupportedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionpublic void setWorkingDirectory(java.lang.String WorkingDirectory)
throws java.lang.Throwable
java.lang.Throwable