public class XslTransformation extends TaskExtension
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Tasks.XslTransformation
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.XslTransformation
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
XslTransformation() |
XslTransformation(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static XslTransformation |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into XslTransformation, a cast assert is made to check if types are compatible. |
boolean |
Execute() |
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[] |
getOutputPaths() |
java.lang.String |
getParameters() |
java.lang.String |
getXmlContent() |
ITaskItem[] |
getXmlInputPaths() |
ITaskItem |
getXslCompiledDllPath() |
java.lang.String |
getXslContent() |
ITaskItem |
getXslInputPath() |
void |
setJCOInstance(JCObject instance) |
void |
setOutputPaths(ITaskItem[] OutputPaths) |
void |
setParameters(java.lang.String Parameters) |
void |
setXmlContent(java.lang.String XmlContent) |
void |
setXmlInputPaths(ITaskItem[] XmlInputPaths) |
void |
setXslCompiledDllPath(ITaskItem XslCompiledDllPath) |
void |
setXslContent(java.lang.String XslContent) |
void |
setXslInputPath(ITaskItem XslInputPath) |
getLoggetBuildEngine, 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 XslTransformation()
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic XslTransformation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static XslTransformation cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XslTransformation, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXslTransformation instancejava.lang.Throwable - in case of error during cast operationpublic boolean Execute()
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentException,
NotImplementedException,
NotSupportedException,
XmlException,
XmlSchemaException,
XPathException,
CultureNotFoundException,
FormatException,
SecurityException,
XsltException,
TypeLoadException,
InvalidCastException,
MissingMethodException,
EndOfStreamException,
IOException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
AggregateException
Execute in class Taskjava.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentExceptionNotImplementedExceptionNotSupportedExceptionXmlExceptionXmlSchemaExceptionXPathExceptionCultureNotFoundExceptionFormatExceptionSecurityExceptionXsltExceptionTypeLoadExceptionInvalidCastExceptionMissingMethodExceptionEndOfStreamExceptionIOExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAggregateExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class TaskExtensionString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class TaskExtensionString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class TaskExtensionObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class TaskExtensionString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class TaskExtensionJCType representing the CLR Type of the instantiated Classpublic final ITaskItem[] getOutputPaths() throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
public java.lang.String getParameters()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getXmlContent()
throws java.lang.Throwable
java.lang.Throwablepublic final ITaskItem[] getXmlInputPaths() throws java.lang.Throwable
java.lang.Throwablepublic ITaskItem getXslCompiledDllPath() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getXslContent()
throws java.lang.Throwable
java.lang.Throwablepublic ITaskItem getXslInputPath() throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class TaskExtensionpublic void setOutputPaths(ITaskItem[] OutputPaths) throws java.lang.Throwable
java.lang.Throwablepublic void setParameters(java.lang.String Parameters)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlContent(java.lang.String XmlContent)
throws java.lang.Throwable
java.lang.Throwablepublic void setXmlInputPaths(ITaskItem[] XmlInputPaths) throws java.lang.Throwable
java.lang.Throwablepublic void setXslCompiledDllPath(ITaskItem XslCompiledDllPath) throws java.lang.Throwable
java.lang.Throwablepublic void setXslContent(java.lang.String XslContent)
throws java.lang.Throwable
java.lang.Throwablepublic void setXslInputPath(ITaskItem XslInputPath) throws java.lang.Throwable
java.lang.Throwable