public class XamlDataDrivenToolTask extends ToolTask
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Tasks.Xaml.XamlDataDrivenToolTask
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.Xaml.XamlDataDrivenToolTask
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
XamlDataDrivenToolTask() |
XamlDataDrivenToolTask(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddActiveSwitchToolValue(CommandLineToolSwitch switchToAdd) |
static XamlDataDrivenToolTask |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into XamlDataDrivenToolTask, a cast assert is made to check if types are compatible. |
boolean |
Execute() |
java.lang.String[] |
getAcceptableNonZeroExitCodes() |
java.lang.String |
getAdditionalOptions() |
java.lang.String |
getCommandLineTemplate() |
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
|
boolean |
IsPropertySet(java.lang.String propertyName) |
void |
ReplaceToolSwitch(CommandLineToolSwitch switchToAdd) |
void |
setAcceptableNonZeroExitCodes(java.lang.String[] AcceptableNonZeroExitCodes) |
void |
setAdditionalOptions(java.lang.String AdditionalOptions) |
void |
setCommandLineTemplate(java.lang.String CommandLineTemplate) |
void |
setJCOInstance(JCObject instance) |
boolean |
ValidateInteger(java.lang.String switchName,
int min,
int max,
int value) |
Cancel, 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, getLog, setBuildEngine, setHostObjectpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public XamlDataDrivenToolTask()
throws java.lang.Throwable
java.lang.Throwablepublic XamlDataDrivenToolTask(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void AddActiveSwitchToolValue(CommandLineToolSwitch switchToAdd) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionIndexOutOfRangeExceptionpublic static XamlDataDrivenToolTask cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XamlDataDrivenToolTask, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXamlDataDrivenToolTask instancejava.lang.Throwable - in case of error during cast operationpublic boolean Execute()
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
InvalidCastException,
CultureNotFoundException,
NotSupportedException,
NullReferenceException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
WaitHandleCannotBeOpenedException,
OutOfMemoryException,
PlatformNotSupportedException,
Win32Exception,
MulticastNotSupportedException,
RankException,
CryptographicException,
KeyNotFoundException,
SemaphoreFullException,
AbandonedMutexException
Execute in class ToolTaskjava.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionInvalidCastExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionWaitHandleCannotBeOpenedExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionWin32ExceptionMulticastNotSupportedExceptionRankExceptionCryptographicExceptionKeyNotFoundExceptionSemaphoreFullExceptionAbandonedMutexExceptionpublic java.lang.String[] getAcceptableNonZeroExitCodes()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getAdditionalOptions()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getCommandLineTemplate()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ToolTaskString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ToolTaskString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ToolTaskObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ToolTaskString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ToolTaskJCType representing the CLR Type of the instantiated Classpublic boolean IsPropertySet(java.lang.String propertyName)
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic void ReplaceToolSwitch(CommandLineToolSwitch switchToAdd) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionpublic void setAcceptableNonZeroExitCodes(java.lang.String[] AcceptableNonZeroExitCodes)
throws java.lang.Throwable
java.lang.Throwablepublic void setAdditionalOptions(java.lang.String AdditionalOptions)
throws java.lang.Throwable
java.lang.Throwablepublic void setCommandLineTemplate(java.lang.String CommandLineTemplate)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class ToolTaskpublic boolean ValidateInteger(java.lang.String switchName,
int min,
int max,
int value)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
MissingManifestResourceException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArgumentException