public class UpdateManifest extends Task
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Tasks.UpdateManifest
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.UpdateManifest
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
UpdateManifest() |
UpdateManifest(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateManifest |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into UpdateManifest, a cast assert is made to check if types are compatible. |
boolean |
Execute() |
ITaskItem |
getApplicationManifest() |
java.lang.String |
getApplicationPath() |
ITaskItem |
getInputManifest() |
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 |
getOutputManifest() |
java.lang.String |
getTargetFrameworkVersion() |
void |
setApplicationManifest(ITaskItem ApplicationManifest) |
void |
setApplicationPath(java.lang.String ApplicationPath) |
void |
setInputManifest(ITaskItem InputManifest) |
void |
setJCOInstance(JCObject instance) |
void |
setOutputManifest(ITaskItem OutputManifest) |
void |
setTargetFrameworkVersion(java.lang.String TargetFrameworkVersion) |
getBuildEngine, 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 UpdateManifest()
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
MissingManifestResourceException,
ArgumentOutOfRangeException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionpublic UpdateManifest(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static UpdateManifest cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into UpdateManifest, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedUpdateManifest instancejava.lang.Throwable - in case of error during cast operationpublic boolean Execute()
throws java.lang.Throwable,
ArgumentException,
NotImplementedException,
NotSupportedException,
IndexOutOfRangeException,
ObjectDisposedException,
InvalidOperationException,
SecurityException,
UnauthorizedAccessException,
IOException,
ArgumentNullException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
XmlException,
XmlSchemaException,
FileNotFoundException,
DirectoryNotFoundException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
XPathException,
PlatformNotSupportedException,
CryptographicException,
OutOfMemoryException
Execute in class Taskjava.lang.ThrowableArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentNullExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionXmlExceptionXmlSchemaExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionXPathExceptionPlatformNotSupportedExceptionCryptographicExceptionOutOfMemoryExceptionpublic ITaskItem getApplicationManifest() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getApplicationPath()
throws java.lang.Throwable
java.lang.Throwablepublic ITaskItem getInputManifest() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class TaskString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class TaskString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class TaskObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class TaskString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class TaskJCType representing the CLR Type of the instantiated Classpublic ITaskItem getOutputManifest() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTargetFrameworkVersion()
throws java.lang.Throwable
java.lang.Throwablepublic void setApplicationManifest(ITaskItem ApplicationManifest) throws java.lang.Throwable
java.lang.Throwablepublic void setApplicationPath(java.lang.String ApplicationPath)
throws java.lang.Throwable
java.lang.Throwablepublic void setInputManifest(ITaskItem InputManifest) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class Taskpublic void setOutputManifest(ITaskItem OutputManifest) throws java.lang.Throwable
java.lang.Throwablepublic void setTargetFrameworkVersion(java.lang.String TargetFrameworkVersion)
throws java.lang.Throwable
java.lang.Throwable